Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Fix Guide Github box on dark mode
Browse files Browse the repository at this point in the history
Resolves #1054
  • Loading branch information
10xtechie authored May 23, 2022
1 parent 3f1c5e1 commit 654276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagan-client/src/css/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ body.dark {
color: $dark-background;
}

.admonitionblock, &.guide main .right-pane-widget--container {
.admonitionblock, &#guide main .right-pane-widget--container {
background: $dark-highlight-background;
}

Expand Down

0 comments on commit 654276e

Please sign in to comment.