1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-09 14:10:08 +04:00

FIX 1909 - Wrong gray colors (#1957)

This commit is contained in:
Neri J. Jakubowski Jr.
2024-11-17 13:27:50 -03:00
committed by GitHub
parent 34f3efc42a
commit 06584bd54e

View File

@@ -35,6 +35,6 @@
}
.text-#{"" + $color}-fg {
color: color-contrast($value) !important;
color: $value !important;
}
}