From b859d0ddd3dfe7f447c1cd438a533233256667c3 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Fri, 4 Oct 2024 11:05:13 +0100 Subject: [PATCH] Add chonky border underline on logotype link hover Signed-off-by: Adrian Simmons --- ws/static/styles.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ws/static/styles.css b/ws/static/styles.css index 00a9a60017cd9195c67696add14e2261ade7096e..32ec40b05d0d80e346ef7dd87de22ec666641314 100644 --- a/ws/static/styles.css +++ b/ws/static/styles.css @@ -181,17 +181,15 @@ header .wrapper { header h1 { margin-block: 1.2rem; + color: var(--link); } header h1 a { text-decoration: none; } -/* On the home dashboard pretend 'Willow' is not a link - Relies on the dashboard page being the only one with - a div.projects */ -body:has(div.projects) header h1 a { - cursor: default; +header h1 a:hover { + border-bottom: 4px solid var(--link); } header nav {