Skip to content

Commit 209f20e

Browse files
committed
Website: fix background with Dark Reader
1 parent b2843d7 commit 209f20e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/public/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,13 @@ main > h2:first-child {
7373
a:visited {
7474
color: #979ef8;
7575
}
76+
html,
77+
body {
78+
/* HACK(strager): !important on html is needed to work around quirks in the
79+
Dark Reader browser extension (https://darkreader.org/). */
80+
background-color: #002b36 !important;
81+
}
7682
body {
77-
background-color: #002b36;
7883
color: white;
7984
}
8085
.os-logo[src="macos.svg"] {

0 commit comments

Comments
 (0)