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

text muted AA wcag test improvement

This commit is contained in:
codecalm
2020-01-22 20:01:07 +01:00
parent f3e080cdc7
commit 14ff87eccf
+2 -2
View File
@@ -51,8 +51,8 @@ $white: #ffffff !default;
$body-bg: $light !default;
$body-color: $dark !default;
$text-muted: mix($body-color, #fff, 64%) !default;
$border-color: rgba(mix($body-color, #fff, 64%), .24) !default;
$text-muted: mix($body-color, #fff, 68%) !default;
$border-color: rgba(mix($body-color, #fff, 68%), .24) !default;
$hover-bg: $light-white !default;
$active-bg: rgba($blue, .06) !default;