diff options
| author | winter | 2025-01-19 00:15:55 +0000 |
|---|---|---|
| committer | winter | 2025-01-19 00:15:55 +0000 |
| commit | b4ca320fe7d082ab2a8d32191aa13c74af5735d6 (patch) | |
| tree | e392174db06a1c4e95cb0b7633b2c5883375ba58 /static | |
| parent | 981775d1b1965d21b99ca72a28a37d55d330a88a (diff) | |
put link to profile page in page header
Diffstat (limited to 'static')
| -rw-r--r-- | static/skeleton.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |
