Skip to content

Commit a75f82d

Browse files
committed
Use light logo on dark themes
1 parent dd42946 commit a75f82d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@
1010
h1#configuration-options ~ div > table {
1111
margin: 0;
1212
}
13+
14+
/* light logo in dark mode themes */
15+
.coal .sidebar-book-logo img,
16+
.navy .sidebar-book-logo img,
17+
.ayu .sidebar-book-logo img,
18+
.rust .sidebar-book-logo img {
19+
filter: invert(1);
20+
}

0 commit comments

Comments
 (0)