Skip to content

Commit c926077

Browse files
committed
Fix color of <a> elements in new home page
1 parent 7055f82 commit c926077

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_scss/home.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
}
3232
.summary {
3333
color: $light-secondary-text-color;
34+
a {
35+
color: $light-link-color;
36+
}
3437
}
3538
.button {
3639
margin-left: 0;

0 commit comments

Comments
 (0)