From 335f978dab86f847f24dbef3e927f4b776b4d60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Mon, 29 Jan 2024 00:55:55 +0100 Subject: Fixed wrong link colour --- beauty.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beauty.css') diff --git a/beauty.css b/beauty.css index c33ea54..4f82148 100644 --- a/beauty.css +++ b/beauty.css @@ -135,7 +135,7 @@ body { background-size: cover; background-attachment: fixed; } -body a { +body a:link { color: silver; } body a:visited { -- cgit v1.2.3