Deque Analysis Color Contrast fixes

This commit is contained in:
Dawnkai
2023-10-27 14:32:50 +02:00
committed by Maciej Kleban
parent ab171648b6
commit 7fbb692e94
8 changed files with 161 additions and 14 deletions

View File

@@ -26,10 +26,9 @@ $green: #94BA65 !default;
$cyan: #006666 !default;
$yellow: #ec9433 !default;
$red: #CF4444 !default;
$teal: #1F7293 !default;
$dark: darken($blue, 17%) !default;
$theme-colors: (
primary: $blue,
secondary: $gray-700,
@@ -41,7 +40,7 @@ $theme-colors: (
dark: $dark
) !default;
/* Fonts */
$link-color: map-get($theme-colors, info) !default;
$link-color: $teal !default;
$navbar-dark-color: rgba(white, .5) !default;
$navbar-light-color: rgba(black, .5) !default;