Skip to content

Commit

Permalink
Adjusting font color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 24, 2025
1 parent 62b6677 commit be33541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/_custom_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be33541

Please sign in to comment.