diff options
Diffstat (limited to 'src/http/static')
-rw-r--r-- | src/http/static/mediocre.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index f588fa1..0187543 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -89,6 +89,10 @@ ul { list-style: circle; } +ul li { + margin-bottom: 1rem; +} + hr { margin: 2rem 0 2rem 0; border-color: var(--nc-bg-3); |