From 5fede966cdc034b1b83c86315aee119170932ae9 Mon Sep 17 00:00:00 2001 From: lberthold Date: Fri, 4 Aug 2023 14:11:19 +0200 Subject: [PATCH] Update themes/hugo-scroll/static/css/screen.css --- themes/hugo-scroll/static/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-scroll/static/css/screen.css b/themes/hugo-scroll/static/css/screen.css index f10e6c6..d15b090 100644 --- a/themes/hugo-scroll/static/css/screen.css +++ b/themes/hugo-scroll/static/css/screen.css @@ -563,10 +563,10 @@ a.fn-item { color: white; } a.fn-item:hover { - color: #9fd067; + color: #ffb84c; } a.fn-item.active { - color: #86c440; + color: #ffb84c; opacity: 1; }