mirror of
https://github.com/tabler/tabler.git
synced 2026-07-22 21:41:43 +04:00
Fixed .card global variable card-bg: from $dark to $dark-mode-darken
This commit is contained in:
@@ -18,13 +18,13 @@ body:not(.theme-dark) .hide-theme-light {
|
||||
--#{$prefix}body-bg: #{$dark-mode-darken};
|
||||
--#{$prefix}body-bg-rgb: #{to-rgb($dark-mode-darken)};
|
||||
|
||||
--#{$prefix}card-bg: #{$dark};
|
||||
--#{$prefix}card-bg-rgb: #{to-rgb($dark)};
|
||||
--#{$prefix}card-bg: #{$dark-mode-darken};
|
||||
--#{$prefix}card-bg-rgb: #{to-rgb($dark-mode-darken)};
|
||||
|
||||
--#{$prefix}border-color: #{$dark-mode-border-color};
|
||||
--#{$prefix}border-color-light: #{$dark-mode-border-color-light};
|
||||
|
||||
--#{$prefix}btn-color: #{$dark};
|
||||
--#{$prefix}btn-color: #{$dark-mode-darken};
|
||||
|
||||
color: $dark-mode-text;
|
||||
background-color: $dark-mode-darken;
|
||||
|
||||
Reference in New Issue
Block a user