From ba10e7aa2211b3d62e4704c5e1f274606aec3bbd Mon Sep 17 00:00:00 2001 From: Schorsch3000 Date: Mon, 23 Feb 2026 20:36:05 +0100 Subject: [PATCH] make news header links green --- themes/hugo-theme-flat/static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index 2d170ad..15e5147 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -133,6 +133,14 @@ body { background-color: var(--color-bg-page); } +.list-item h1.title>a{ + color: var(--color-fg-hyperlink); +} +.list-item h1.title>a:hover { + color: var(--color-fg-hyperlink-hover); +} + + /* set up padding and margin of some main elements */ .main-wrapper { margin-top: var(--len-5);