diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2021-03-05 15:54:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 15:54:27 -0500 |
| commit | 0bcf0878080a1da5bb5fa62f3a2a8bf69eb7365e (patch) | |
| tree | 8540b8a3a97ed6a1f562bfbcc6dc73620b2e47e7 | |
| parent | 734fc40eb6a44800d28da37ac9d8d1d5a1bff2c3 (diff) | |
Update style.css
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,13 +14,13 @@ h1::after { } a { - color: #0099ff; + color: #00ccff; text-decoration: none; transition-duration: 0.2s; } a:hover { - color: black; + color: #0099ff; } span.end { |