Update topbar CSS

This commit is contained in:
Johnnybegood90
2026-03-14 01:10:58 +01:00
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
/* Variables de base — surchargées par le fichier thème */
:root {
color-scheme: dark;
--bg: #0a0b0d;
--surface: #111318;
--surface2: #181b22;
+4 -4
View File
@@ -167,9 +167,9 @@
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
.source-select {
background: var(--surface2);
background-color: var(--surface2) !important;
border: 1px solid var(--border-bright);
color: var(--text);
color: var(--text) !important;
font-family: var(--font-mono);
font-size: 11px;
padding: 5px 8px;
@@ -182,5 +182,5 @@
-webkit-appearance: none;
appearance: none;
}
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
.source-select option { background: #111; color: #eee; font-family: sans-serif; }
.source-select:hover { border-color: var(--accent2); color: var(--accent2) !important; }
.source-select option { background: #111 !important; color: #eee !important; font-family: sans-serif; }