mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Improved color contrast
This commit is contained in:
@@ -99,8 +99,8 @@
|
||||
--ds-footer-logo-height: 50px;
|
||||
--ds-footer-n-coar-height: 20px;
|
||||
|
||||
--ds-home-news-link-color: #{$ds-home-news-link-color};
|
||||
--ds-home-news-link-hover-color: #{darken($ds-home-news-link-color, 15%)};
|
||||
--ds-home-news-link-color: #D2FC93;
|
||||
--ds-home-news-link-hover-color: #{$ds-home-news-link-color};
|
||||
--ds-home-news-background-color: #{$gray-200};
|
||||
|
||||
--ds-breadcrumb-bg: #{$gray-200} !important;
|
||||
|
@@ -11,7 +11,7 @@
|
||||
--ds-header-height: 90px;
|
||||
}
|
||||
|
||||
--ds-banner-text-background: rgba(0, 0, 0, 0.50);
|
||||
--ds-banner-text-background: rgba(0, 0, 0, 0.58);
|
||||
--ds-banner-background-gradient-width: 300px;
|
||||
|
||||
--ds-header-navbar-border-bottom-height: 5px;
|
||||
|
Reference in New Issue
Block a user