diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-16 23:29:31 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-16 23:29:31 -0400 |
commit | 862a61c145ad083521f3941c56fd6e914d051a95 (patch) | |
tree | 1b41dc3e850c08eb63d07c7dde577e0f56f53215 /themes/polaris/assets | |
parent | b9b380447b5722b58e21fda0ffaee2fd87e20635 (diff) |
add stuff that rocks, enable table of contents, add og tags, and more
Diffstat (limited to 'themes/polaris/assets')
-rw-r--r-- | themes/polaris/assets/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/polaris/assets/css/style.css b/themes/polaris/assets/css/style.css index 1ca72e4..230e5b8 100644 --- a/themes/polaris/assets/css/style.css +++ b/themes/polaris/assets/css/style.css @@ -84,7 +84,7 @@ a:hover { font-style: italic; } -nav ul { +.nav-over ul { list-style-type: none; margin: 0; padding-left: 0; |