Skip to content

Commit

Permalink
Merge pull request DSpace#2859 from 4Science/DURACOM-195-fixes
Browse files Browse the repository at this point in the history
Header, navbar, and admin sidebar refactoring (minor fixes)
  • Loading branch information
tdonohue authored Apr 10, 2024
2 parents 26ecc03 + e2fa27f commit a3894a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ $navbar-light-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,<svg+viewBox

$ds-home-news-link-color: $link-color !default;
$ds-home-news-link-hover-color: darken($ds-home-news-link-color, 15%) !default;
$ds-breadcrumb-link-color: $link-color !default;
$ds-breadcrumb-link-color: #003333 !default;
$ds-breadcrumb-link-active-color: #040D11 !default;

$ds-header-navbar-border-top-color: #fff !default;
$ds-header-navbar-border-bottom-color: #ced4da !default;
Expand Down
3 changes: 3 additions & 0 deletions src/themes/dspace/styles/_theme_sass_variable_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ $navbar-dark-color: #fff;

$ds-home-news-link-color: #92c642;
$ds-header-navbar-border-bottom-color: #92c642;

$ds-breadcrumb-link-color: #154E66 !default;
$ds-breadcrumb-link-active-color: #040D11 !default;

0 comments on commit a3894a1

Please sign in to comment.