From 3c37333606c8b663405f20612d443130e50a45ff Mon Sep 17 00:00:00 2001 From: Nyx Date: Sun, 23 Mar 2025 02:05:25 -0500 Subject: [PATCH] better links --- utils/static/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/utils/static/index.css b/utils/static/index.css index 963d806..3912234 100644 --- a/utils/static/index.css +++ b/utils/static/index.css @@ -3,4 +3,13 @@ background-color: black; color: white; } + + a:hover { + color: darkblue; + } + + a { + color: dodgerblue; + text-decoration: none; + } }