diff options
Diffstat (limited to 'static/skeleton.css')
| -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; |
