Skip to content

Commit ad31ad3

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 3224891 commit ad31ad3

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
@@ -64,6 +64,18 @@
6464
@include box-shadow(none);
6565
}
6666

67+
#front-nav img {
68+
filter: none;
69+
}
70+
71+
div.monitor {
72+
filter: brightness(.85);
73+
}
74+
75+
.monitor a {
76+
color: #dbd7d7;
77+
}
78+
6779
#documentation #main div.verseblock pre.content {
6880
color: var(--light-font-color);
6981
background-color: #5e5951;

0 commit comments

Comments
 (0)