mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
aria fixes
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, 68%) !default;
|
||||
$border-color: rgba(mix($body-color, #fff, 68%), .24) !default;
|
||||
$text-muted: mix($body-color, #fff, 70%) !default;
|
||||
$border-color: rgba(mix($body-color, #fff, 70%), .24) !default;
|
||||
|
||||
$hover-bg: $light-white !default;
|
||||
$active-bg: rgba($blue, .06) !default;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@if $google-font {
|
||||
$google-font-url: "https://fonts.googleapis.com/css?family=" + str-replace($google-font, " ", "+") + ":300,400,500,600,700" !default;
|
||||
$google-font-url: "https://fonts.googleapis.com/css?family=" + str-replace($google-font, " ", "+") + ":300,400,500,600,700&display=swap" !default;
|
||||
|
||||
@import url($google-font-url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user