Skip to content

Commit

Permalink
Filter important alerts from dark mode fix
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Conard <cconard96@gmail.com>
  • Loading branch information
rjd22 and cconard96 committed Oct 22, 2021
1 parent 47ac4bb commit 07c4f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.modal-content,
.modal-header,
.dropdown-menu,
.alert {
.alert:not(.alert-important) {
background-color: $dark;
color: inherit;
}
Expand Down

0 comments on commit 07c4f47

Please sign in to comment.