summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-26 00:08:22 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-26 00:22:11 +0200
commit9151c8bb6f401bf9939765b0daa01b680a25a473 (patch)
tree7086440e0fe5ebd3873c9abbdfb06778b949c567 /html/style.css
parentaaaa9d9eb290991b9b6d732c375472c891ddaf29 (diff)
fixup
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;