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:
committed by
GitHub
parent
5a4d92610e
commit
3d986ee0db
+1
-1
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.text-body {
|
||||
color: $dark-mode-text;
|
||||
color: $dark-mode-text!important;
|
||||
}
|
||||
|
||||
.card,
|
||||
|
||||
Reference in New Issue
Block a user