Skip to content

Commit c3febc7

Browse files
authored
Merge pull request #371 from crytic/dev-logo
Use light logo on dark themes
2 parents dd42946 + a75f82d commit c3febc7

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)