From: danix Date: Tue, 28 Feb 2023 13:31:37 +0000 (+0100) Subject: styling header link X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=e6c57e552c1d8092a5a2c20cc40ba425b8414faa styling header link --- 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;