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