From 9cdc3f4db93509d393315a97aacc232b08041573 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 21 Oct 2020 01:27:49 +0200 Subject: [PATCH] fix: Making all hypelinks hovered equal color. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index af1867b..9cfb1c9 100755 --- a/css/style.css +++ b/css/style.css @@ -37,7 +37,7 @@ ul.static-pages a { color: #777; } ul.static-pages a:hover, a:hover { - color: orange; + color: #e32929; } ul li { padding-bottom: 6px;