Adjusting font color changes

This commit is contained in:
root
2025-01-24 09:03:38 -03:00
parent 62b6677e04
commit be335415fd
2 changed files with 3 additions and 3 deletions

View File

@@ -99,8 +99,8 @@
--ds-footer-logo-height: 50px;
--ds-footer-n-coar-height: 20px;
--ds-home-news-link-color: #D2FC93;
--ds-home-news-link-hover-color: #{$ds-home-news-link-color};
--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-background-color: #{$gray-200};
--ds-breadcrumb-bg: #{$gray-200} !important;

View File

@@ -83,7 +83,7 @@ $navbar-dark-color: #fff;
/*** CUSTOM DSPACE VARIABLES ***/
$ds-home-news-link-color: #92c642;
$ds-home-news-link-color: #D2FC93;
$ds-header-navbar-border-bottom-color: #92c642;
$ds-breadcrumb-link-color: #154E66 !default;