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

dark mode improvements, next fixes

This commit is contained in:
codecalm
2020-02-03 22:52:05 +01:00
parent cdd37a4b57
commit 0b991a07f3
14 changed files with 91 additions and 69 deletions

View File

@@ -17,6 +17,9 @@ $theme-color-interval: 10% !default;
$light: #f5f7fb !default;
$dark: #354052 !default;
$dark-darken: darken($dark, 3%) !default;
$dark-lighten: lighten($dark, 3%) !default;
$light-black: rgba($dark, .24) !default;
$light-mix: rgba(mix($light, $dark, 64%), .24) !default;
$light-white: rgba($light, .24) !default;
@@ -59,8 +62,6 @@ $border-color: rgba($text-muted, .24) !default;
$hover-bg: $light !default;
$active-bg: rgba($blue, .06) !default;
$dark-body-bg: darken($dark, 3%) !default;
$primary: $blue !default;
$secondary: $text-muted !default;
$success: $green !default;
@@ -460,3 +461,4 @@ $enable-ghost-buttons: true !default;
$enable-extra-colors: true !default;
$enable-gradients: false !default;
$enable-navbar-vertical: true !default;
$enable-dark-mode: true !default;