Skip to content

Commit

Permalink
Merge pull request #855 from rjd22/patch-1
Browse files Browse the repository at this point in the history
Fix dark mode not being applied to alerts
  • Loading branch information
rjd22 committed Oct 27, 2021
2 parents 2ce3657 + 07c4f47 commit 16a7bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
.footer:not(.footer-transparent),
.modal-content,
.modal-header,
.dropdown-menu {
.dropdown-menu,
.alert:not(.alert-important) {
background-color: $dark;
color: inherit;
}
Expand Down

0 comments on commit 16a7bea

Please sign in to comment.