Skip to content

Commit e2fa27f

Browse files
[DURACOM-195] fixes (align with 7.x)
1 parent a9c58a1 commit e2fa27f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles/_bootstrap_variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ $navbar-light-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,<svg+viewBox
6262

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

6768
$ds-header-navbar-border-top-color: #fff !default;
6869
$ds-header-navbar-border-bottom-color: #ced4da !default;

src/themes/dspace/styles/_theme_sass_variable_overrides.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ $navbar-dark-color: #fff;
8585

8686
$ds-home-news-link-color: #92c642;
8787
$ds-header-navbar-border-bottom-color: #92c642;
88+
89+
$ds-breadcrumb-link-color: #154E66 !default;
90+
$ds-breadcrumb-link-active-color: #040D11 !default;

0 commit comments

Comments
 (0)