Merge pull request #2587 from Dawnkai/main

Deque Analysis Color Contrast fixes
This commit is contained in:
Tim Donohue
2024-01-16 16:01:50 -06:00
committed by GitHub
7 changed files with 179 additions and 37 deletions

View File

@@ -34,10 +34,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,
@@ -49,7 +48,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;