Skip to content

Commit

Permalink
[DURACOM-195] fixes (align with 7.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-negretti committed Mar 7, 2024
1 parent a9c58a1 commit e2fa27f
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 e2fa27f

Please sign in to comment.