From 26a525eedd8e7b526585faf6c144a70369136691 Mon Sep 17 00:00:00 2001 From: Froge Date: Sun, 2 Feb 2025 05:27:08 +1000 Subject: [PATCH] Update link styling to be more in line with MDN style guide --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index d96bbac..1dbc7c1 100644 --- a/static/main.css +++ b/static/main.css @@ -25,13 +25,13 @@ li { } a { - color: #fa4c58; + color: #4361ee; text-decoration: none; font-weight: bold; } a:visited { - color: #ac69e2; + color: #6d49ca; } a:hover {