1
0
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:
Robert-Jan de Dreu
2021-10-27 10:32:39 +02:00
committed by GitHub
+2 -1
View File
@@ -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;
}