diff options
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; |