mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 20:29:22 +01:00
Replace obsolete color variable
This commit is contained in:
parent
d0aba85692
commit
e43a2be229
@ -209,7 +209,7 @@ table.responsiveTable {
|
||||
}
|
||||
|
||||
.text_warning {
|
||||
color: var(--orangered);
|
||||
color: rgb(220 173 16);
|
||||
}
|
||||
|
||||
.text_danger {
|
||||
@ -5368,6 +5368,7 @@ body.waifuMode .zoomed_avatar {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Customize the Select2 container */
|
||||
.select2-container {
|
||||
color: var(--SmartThemeBodyColor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user