diff options
-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 { |