From fbc841c77e78564233934146cfbec71386ec5121 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 13 Sep 2021 11:20:00 +0200 Subject: Change links to red --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index e888030..517d38a 100644 --- a/src/style.css +++ b/src/style.css @@ -11,12 +11,12 @@ img { } a { - color: darkblue; + color: darkred; text-decoration: none; } a:hover { - color: #55f; + color: #f55; } #songs { -- cgit v1.2.3