From 856265ea556b08240b289c205d7dc5eebe241a83 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Thu, 16 May 2024 20:58:37 +0100 Subject: changed link colours because looking at it on friends phone it seemed a bit dim, I also added what file manager I use in my about me. --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 8ee3f07..0f452d5 100644 --- a/public/style.css +++ b/public/style.css @@ -18,7 +18,7 @@ body { a { font-weight: normal; text-decoration: none; - color:#6738a5; + color:#9433ff; } a:focus { outline: thin dotted; -- cgit v1.2.3