Update topbar CSS
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/* Variables de base — surchargées par le fichier thème */
|
/* Variables de base — surchargées par le fichier thème */
|
||||||
:root {
|
:root {
|
||||||
|
color-scheme: dark;
|
||||||
--bg: #0a0b0d;
|
--bg: #0a0b0d;
|
||||||
--surface: #111318;
|
--surface: #111318;
|
||||||
--surface2: #181b22;
|
--surface2: #181b22;
|
||||||
|
|||||||
+4
-4
@@ -167,9 +167,9 @@
|
|||||||
|
|
||||||
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
|
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
|
||||||
.source-select {
|
.source-select {
|
||||||
background: var(--surface2);
|
background-color: var(--surface2) !important;
|
||||||
border: 1px solid var(--border-bright);
|
border: 1px solid var(--border-bright);
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
@@ -182,5 +182,5 @@
|
|||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
.source-select:hover { border-color: var(--accent2); color: var(--accent2) !important; }
|
||||||
.source-select option { background: #111; color: #eee; font-family: sans-serif; }
|
.source-select option { background: #111 !important; color: #eee !important; font-family: sans-serif; }
|
||||||
|
|||||||
Reference in New Issue
Block a user