Skip to content

Commit 9c7e205

Browse files
committed
dark mode: adapt front page
The front page is the first page users see, therefore we need to make sure that it looks good in dark mode. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1317d10 commit 9c7e205

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assets/sass/dark-mode.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@
7272
background-color: rgba(111, 110, 105, 0.33);
7373
}
7474

75+
#front-nav img {
76+
filter: none;
77+
}
78+
79+
div.monitor {
80+
filter: brightness(.85);
81+
}
82+
83+
.monitor a {
84+
color: $font-color;
85+
}
86+
7587
#documentation #main div.verseblock pre.content {
7688
color: var(--light-font-color);
7789
background-color: #5e5951;

0 commit comments

Comments
 (0)