From e6c57e552c1d8092a5a2c20cc40ba425b8414faa Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 14:31:37 +0100 Subject: [PATCH] styling header link --- gitweb-danixland/gitweb.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 1873317..89993b9 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -871,6 +871,11 @@ div.site-header h1 { margin: 0; line-height: 2em; } +div.site-header h1 a, +div.site-header h1 a:hover { + text-decoration: none; + color: var(--fg); +} div.site-header h1 img.site-logo { height: 50px; width: auto; -- 2.20.1