mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
Deque Analysis Color Contrast fixes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user