Skip to content

Commit ebd780a

Browse files
authored
Merge pull request #2017 from Aashaan403/cahnge-to-layout.scss
Changing link color in footer as it fixes #2015
2 parents a6651d7 + f3c9a7a commit ebd780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ footer {
351351
color: var(--light-font-color-darker-35);
352352

353353
&:hover {
354-
color: var(--light-font-color-darker-55);
354+
color: var(--link-color);
355355
}
356356
}
357357

0 commit comments

Comments
 (0)