@@ -183,6 +183,17 @@ header h1 {
margin-block: 1.2rem;
}
+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 nav {
display: flex;
justify-content: flex-end;