fix: expected a trailing semicolon

This commit is contained in:
limichange 2021-09-21 09:18:03 +08:00 committed by GitHub
parent 21447f8035
commit 7a6d8e46e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {