diff options
author | mms <michal@sapka.me> | 2023-11-08 16:11:05 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-08 16:11:05 +0100 |
commit | 9d83a868da2b5db82efc3edda06448a3aa6c48b9 (patch) | |
tree | abc8eaa67d7e8d3835040e2e932a7f952fe342b4 /static | |
parent | 1a98525e9cfba9d4418daf09ad8268b0a086464c (diff) |
feat: site info
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index e2f2e61..361f447 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,3 @@ - :root { color-scheme: light dark; @@ -109,6 +108,9 @@ main { margin-top: 30px; } +.list-item > a { + text-decoration: none; +} /* ----------- Taxmomy list */ .taxonomy a { text-decoration: none; |