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

aria fixes

This commit is contained in:
codecalm
2020-01-22 20:34:40 +01:00
parent 14ff87eccf
commit a3be7fa0ee
6 changed files with 11 additions and 12 deletions
+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, 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 -1
View File
@@ -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);
}