summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/html/style.css b/html/style.css
index d68a338..a62833d 100644
--- a/html/style.css
+++ b/html/style.css
@@ -21,7 +21,7 @@ body {
}
body > ul:first-child {
position: fixed;
- margin-left: -280px;
+ margin-left: -260px;
margin-top: 82px;
}
}
@@ -52,6 +52,10 @@ td, th {
padding: 4px;
}
+ul {
+ padding-left: 1em;
+}
+
@media (prefers-color-scheme: dark) {
body {
background: black;