1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix #1119 - Pricing Table on Dark Mode doesn't change separator text

This commit is contained in:
codecalm
2022-05-08 15:24:32 +02:00
parent 809fa2bcc1
commit 9a16a6cb50

View File

@@ -56,6 +56,10 @@ body:not(.theme-dark) .hide-theme-light {
color: inherit;
}
.bg-light {
background-color: $dark-mode-darken !important;
}
.card {
border-color: transparent;
}