Skip to content

Commit 82ae373

Browse files
committed
style: update footer text colors to datacite-primary-dark-blue
1 parent f6d9ddf commit 82ae373

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/stylesheets/doi.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Datacite - Bootstrap 5 theme
5555
// @import "../../node_modules/bootstrap/scss/responsive-utilities";
5656

5757
// Globals
58+
@import "datacite_colors";
5859
@import "doi/globals/colors";
5960
@import "doi/globals/variables";
6061
@import "doi/globals/mixins";

src/stylesheets/doi/components/_footer.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.footer {
66
width: 100%;
77
font-size: 16px;
8-
color: $dark-gray;
8+
color: $datacite-primary-dark-blue;
99
background-color: $lighter-gray;
1010
padding: .75em 0;
1111
margin: 0;
@@ -20,7 +20,7 @@
2020
padding-left: 0;
2121
}
2222
a, a:hover, a:visited {
23-
color: $dark-gray;
23+
color: $datacite-primary-dark-blue;
2424
}
2525
h4.share {
2626
margin-bottom: .5em;
@@ -55,6 +55,6 @@
5555

5656
.color-description {
5757
font-size: 18px;
58-
color: $dark-gray;
58+
color: $datacite-primary-dark-blue;
5959
}
6060
}

0 commit comments

Comments
 (0)