From 3e72ed2138c2ea5f4939bb3b42a11ba8d193a7a0 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Fri, 26 Jan 2024 21:26:38 +0100 Subject: [PATCH] make top navi link shadow darker --- themes/hugo-theme-flat/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index 0b6e266..9135f23 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -274,7 +274,7 @@ a.external:after { background-position: center; min-height: 240px; - text-shadow: 0px 0px 6px #0d0d0d, 0px 0px 14px #0d0d0d; + text-shadow: 0px 0px 6px #0d0d0d, 0px 0px 14px #0d0d0d, 0px 0px 14px #0d0d0d; } /* place title and menus horizonally */