Skip to content

Commit d71f418

Browse files
unfortunate consequence of dark sidebar logo
the dreaded !important
1 parent cd67e14 commit d71f418

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body.quarto-light .dark-content {
2-
display: none;
2+
display: none !important;
33
}
44

55
body.quarto-dark .light-content {
6-
display: none;
6+
display: none !important;
77
}

0 commit comments

Comments
 (0)