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 {