Skip to content

Commit

Permalink
fix: expected a trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
limichange committed Sep 21, 2021
1 parent 344a845 commit b045b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/common/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ $navbar-dark-active-color: $link-color-dark;
}

[data-dark-mode] body .content img[src^="https://latex.codecogs.com/svg.latex"] {
filter: invert(1)
filter: invert(1);
}

[data-dark-mode] body .navbar .btn-link:hover {
Expand Down

0 comments on commit b045b32

Please sign in to comment.