Replace obsolete color variable

This commit is contained in:
maver
2023-06-27 19:45:55 +02:00
parent d0aba85692
commit e43a2be229

View File

@@ -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);