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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user