fix dropdown styling
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
:root,
|
:root,
|
||||||
[data-theme="light"] {
|
[data-theme="light"] {
|
||||||
|
color-scheme: light;
|
||||||
--bg: #f4f1ec;
|
--bg: #f4f1ec;
|
||||||
--fg: #1a1d22;
|
--fg: #1a1d22;
|
||||||
--muted: #595f68;
|
--muted: #595f68;
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="tokyo"] {
|
[data-theme="tokyo"] {
|
||||||
|
color-scheme: dark;
|
||||||
--bg: #07070d;
|
--bg: #07070d;
|
||||||
--fg: #e8f4ff;
|
--fg: #e8f4ff;
|
||||||
--muted: #a3b3cc;
|
--muted: #a3b3cc;
|
||||||
@@ -77,6 +79,11 @@
|
|||||||
--toggle-border: rgba(100, 220, 255, 0.4);
|
--toggle-border: rgba(100, 220, 255, 0.4);
|
||||||
--toggle-shadow: 0 0 10px rgba(100, 220, 255, 0.5), 0 0 25px rgba(100, 220, 255, 0.3);
|
--toggle-shadow: 0 0 10px rgba(100, 220, 255, 0.5), 0 0 25px rgba(100, 220, 255, 0.3);
|
||||||
}
|
}
|
||||||
|
[data-theme="tokyo"] select,
|
||||||
|
[data-theme="tokyo"] option {
|
||||||
|
background: #0f1018;
|
||||||
|
color: #e8f4ff;
|
||||||
|
}
|
||||||
|
|
||||||
html, body { max-width: 100%; overflow-x: hidden; }
|
html, body { max-width: 100%; overflow-x: hidden; }
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user