Skip to content

Commit 08bc2ce

Browse files
authored
Merge pull request #126 from Hrnjez/feature/local-fix
Precisely define light/dark theme
2 parents 12eff27 + e6d2744 commit 08bc2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pre code {
88
tab-size: 4;
99
}
1010

11-
:root {
11+
[data-theme='light'] {
1212
/* Primary brand accent — cyan */
1313
--ifm-color-primary: #001623;
1414
--ifm-color-primary-dark: #000f19;

0 commit comments

Comments
 (0)