mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
Merge pull request #855 from rjd22/patch-1
Fix dark mode not being applied to alerts
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user