fix: use html[data-theme="dark"] for higher specificity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bc4c2d468f
commit
39c1c1b9ea
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
--font-mono: "IBM Plex Mono", ui-monospace, monospace;
|
--font-mono: "IBM Plex Mono", ui-monospace, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"],
|
html[data-theme="dark"],
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
--bg: #0f0f0f;
|
--bg: #0f0f0f;
|
||||||
--bg-secondary: #1a1a1a;
|
--bg-secondary: #1a1a1a;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue