From 80af969dc5b8b4ec9f8e28b2192cd47f1bd0a558 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 21 Nov 2022 21:58:11 +0200 Subject: [PATCH] clearer color for links --- mirva/resources/mirva.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirva/resources/mirva.css b/mirva/resources/mirva.css index 3b5ecdb..49343ba 100644 --- a/mirva/resources/mirva.css +++ b/mirva/resources/mirva.css @@ -44,7 +44,7 @@ ul, ol { a { text-decoration: none; - color: #7EAD01; + color: #d1710c; } a:hover { @@ -264,4 +264,4 @@ a:hover { .float_down { float: left; -} \ No newline at end of file +}