Update style.scss

This commit is contained in:
TILvids 2021-07-12 15:24:30 -04:00 committed by GitHub
parent 60cfcdf493
commit 53de2ac20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ a {
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
&:hover, &:active { &:hover, &:active {
color: $white; color: $lightBlue;
} }
} }