From e9070bf5d43b861fb48c214cb0ebd0ebe603fb62 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 5 Mar 2021 15:56:23 -0500 Subject: Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 52427b3..2d5a08e 100644 --- a/style.css +++ b/style.css @@ -14,13 +14,13 @@ h1::after { } a { - color: #00ccff; + color: #0099ff; text-decoration: none; transition-duration: 0.2s; } a:hover { - color: #0099ff; + color: black; } span.end { -- cgit v1.2.3