From b4ca320fe7d082ab2a8d32191aa13c74af5735d6 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 19 Jan 2025 00:15:55 +0000 Subject: put link to profile page in page header --- static/skeleton.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/skeleton.css') diff --git a/static/skeleton.css b/static/skeleton.css index b9fcfdc..e90e376 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -58,6 +58,14 @@ nav { gap: var(--spacing-single); } + a { + text-decoration: none; + color: inherit; + &:hover { + text-decoration: underline; + } + } + ul { list-style: none; display: inline; -- cgit v1.3