Skip to content

Commit 474ee31

Browse files
Correct anchor hover colour
Also remove commented out code
1 parent dc382ce commit 474ee31

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

assets-src/styles/sass/30-base/_links.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ a.with-icon--after {
5454

5555
color: $storm-gray;
5656
font-weight: normal;
57-
//margin-inline-start: 0.25em;
5857
opacity: 0.82;
5958
text-underline-offset: auto;
6059

@@ -63,6 +62,7 @@ a.with-icon--after {
6362
}
6463

6564
&:hover {
65+
color: $storm-gray;
6666
opacity: 1;
6767
}
6868

public/dist/assets/styles/core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,7 @@ a.with-icon--after:active {
17051705
color: #545454;
17061706
}
17071707
.heading-anchor:hover {
1708+
color: #545454;
17081709
opacity: 1;
17091710
}
17101711
.heading-anchor:focus {

public/dist/assets/styles/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)