mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Replace obsolete color variable
This commit is contained in:
@@ -209,7 +209,7 @@ table.responsiveTable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text_warning {
|
.text_warning {
|
||||||
color: var(--orangered);
|
color: rgb(220 173 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_danger {
|
.text_danger {
|
||||||
@@ -5368,6 +5368,7 @@ body.waifuMode .zoomed_avatar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Customize the Select2 container */
|
/* Customize the Select2 container */
|
||||||
.select2-container {
|
.select2-container {
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
|
Reference in New Issue
Block a user