Update style.scss

This commit is contained in:
TILvids 2021-07-12 12:12:42 -04:00 committed by GitHub
parent b0ad2391f7
commit 19e8db1a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,11 +69,11 @@ p {
}
a {
color: $blue;
color: $lightGray;
text-decoration: none;
cursor: pointer;
&:hover, &:active {
color: $blue;
color: $white;
}
}