Update style.scss

This commit is contained in:
TILvids 2021-07-12 15:30:40 -04:00 committed by GitHub
parent d5a7c4d1f3
commit 476219aa6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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