link color + transitions

This commit is contained in:
Kevin Ngo
2018-12-09 21:47:40 -08:00
parent 54b0e335c9
commit 515ec1563d
2 changed files with 8 additions and 7 deletions

View File

@@ -74,13 +74,14 @@ body {
}
b {
color: #fff;
color: #FAFAFA;
}
a {
color: #4573D3;
color: #fb82c9;
transition: color .1s;
}
a:hover {
color: #7EA8FF;
color: #ff66cc;
}
h1, h2, h3 {
font-family: 'Teko', sans-serif;