Skip to content

Commit 43b9b15

Browse files
Apply suggestions from code review
Wrong a color variable Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent aa92528 commit 43b9b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ p {
2424
}
2525

2626
a {
27-
color: var(--color-primary);
27+
color: var(--color-link);
2828
text-decoration: none;
2929

3030
&:hover {

0 commit comments

Comments
 (0)