Update style.scss

This commit is contained in:
TILvids 2021-07-12 15:27:17 -04:00 committed by GitHub
parent 8bffffbf57
commit 814d72aedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,11 +69,11 @@ p {
}
a {
color: $lightGray;
color: #0066FF;
text-decoration: none;
cursor: pointer;
&:hover, &:active {
color: $lightBlue;
color: #0099FF;
}
}