Skip to content

Commit 41c7ecd

Browse files
authored
website: Dark mode fix (#2840)
2 parents 4f92b70 + bc86143 commit 41c7ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgraphile/website/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
/* For readability concerns, you should choose a lighter palette in dark mode. */
26-
[data-theme="dark"] {
26+
:root[data-theme="dark"] {
2727
--ifm-color-primary: #509dfc;
2828
--ifm-color-primary-dark: #4a68b4;
2929
--ifm-color-primary-darker: #2d437d;

0 commit comments

Comments
 (0)