Skip to content

Commit a3894a1

Browse files
authored
Merge pull request DSpace#2859 from 4Science/DURACOM-195-fixes
Header, navbar, and admin sidebar refactoring (minor fixes)
2 parents 26ecc03 + e2fa27f commit a3894a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)