mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Merge pull request #2587 from Dawnkai/main
Deque Analysis Color Contrast fixes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user