Skip to content

Commit 84f7e0f

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 6cd6af6 commit 84f7e0f

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
@@ -62,6 +62,18 @@
6262
@include box-shadow(none);
6363
}
6464

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

0 commit comments

Comments
 (0)