Improved color contrast

This commit is contained in:
root
2025-01-22 16:37:41 -03:00
parent 2290b871f7
commit 62b6677e04
2 changed files with 3 additions and 3 deletions

View File

@@ -99,8 +99,8 @@
--ds-footer-logo-height: 50px; --ds-footer-logo-height: 50px;
--ds-footer-n-coar-height: 20px; --ds-footer-n-coar-height: 20px;
--ds-home-news-link-color: #{$ds-home-news-link-color}; --ds-home-news-link-color: #D2FC93;
--ds-home-news-link-hover-color: #{darken($ds-home-news-link-color, 15%)}; --ds-home-news-link-hover-color: #{$ds-home-news-link-color};
--ds-home-news-background-color: #{$gray-200}; --ds-home-news-background-color: #{$gray-200};
--ds-breadcrumb-bg: #{$gray-200} !important; --ds-breadcrumb-bg: #{$gray-200} !important;

View File

@@ -11,7 +11,7 @@
--ds-header-height: 90px; --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-banner-background-gradient-width: 300px;
--ds-header-navbar-border-bottom-height: 5px; --ds-header-navbar-border-bottom-height: 5px;