1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

Fix text body not overruling dark mode properly (#944)

This commit is contained in:
Robert-Jan de Dreu
2021-11-22 20:08:41 +01:00
committed by GitHub
parent 5a4d92610e
commit 3d986ee0db
+1 -1
View File
@@ -7,7 +7,7 @@
}
.text-body {
color: $dark-mode-text;
color: $dark-mode-text!important;
}
.card,