Skip to content

Commit

Permalink
soften link color
Browse files Browse the repository at this point in the history
  • Loading branch information
HeladoDeBrownie committed Nov 28, 2019
1 parent 443e962 commit 6c6b63b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ body {
animation: fade-in 2s;
}

a {
color: rgb(17,8,136);
}

@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
Expand Down

0 comments on commit 6c6b63b

Please sign in to comment.