From 72c44a4af2d3e8f54e3f9b2d236df89f7434f6ad Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 30 May 2024 18:21:49 +0200 Subject: [PATCH] Change the a tag color. --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index d268982..5dfcddd 100755 --- a/index.css +++ b/index.css @@ -298,11 +298,11 @@ footer { } a { - color: #89bfff; + color: #5c5cd6; } a:hover { - color: #899fff; + color: #3333cc; } body {