fix: improve select dropdown contrast
Deploy Telegram Bot / build-and-push (push) Successful in 3m29s
Deploy Telegram Bot / deploy (push) Successful in 10s

This commit is contained in:
2026-04-27 09:46:40 +03:00
parent 621ef553e7
commit 3228e77c7f
6 changed files with 42 additions and 6 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
/* ============================================
GM-Relay Design System v1.4.0
GM-Relay Design System v1.4.1
Dark RPG Dashboard Theme
============================================ */
@@ -363,6 +363,11 @@ input[type="datetime-local"]::-webkit-calendar-picker-indicator {
filter: invert(0.7);
}
select option {
background: var(--bg-secondary);
color: var(--text-primary);
}
/* === Tables === */
.gm-table {
width: 100%;