Fix: CSS Topbar.
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;
|
||||||
|
|||||||
@@ -179,7 +179,6 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
transition: border-color 0.15s, color 0.15s;
|
transition: border-color 0.15s, color 0.15s;
|
||||||
max-width: 130px;
|
max-width: 130px;
|
||||||
color-scheme: dark;
|
|
||||||
}
|
}
|
||||||
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
||||||
.source-select option { background: #111; color: #eee; font-family: sans-serif; }
|
.source-select option { background: #111; color: #eee; font-family: sans-serif; }
|
||||||
|
|||||||
Reference in New Issue
Block a user