1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 03:54:42 +04:00

background fix

This commit is contained in:
codecalm
2022-02-19 20:28:27 +01:00
parent 1b81926c1d
commit 7c1b011184
+2 -2
View File
@@ -96,10 +96,10 @@ $gray-700: #334155 !default;
$gray-800: #1e293b !default;
$gray-900: #0f172a !default;
$light: #f5f7fb !default;
$light: $gray-50 !default;
$dark: $gray-800 !default;
$body-bg: $light !default;
$body-bg: #f5f7fb !default;
$body-color: $dark !default;
$color-contrast-dark: $dark !default;