aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/style.css b/style.css
index cf84ede..4bf9929 100644
--- a/style.css
+++ b/style.css
@@ -179,7 +179,8 @@ ul.links > li::marker {
margin: 0;
padding: 0.5cm;
position: absolute;
- bottom: 0;
+ bottom: -1px;
+ z-index: 100;
}
@media (orientation:portrait) {
@@ -202,4 +203,10 @@ ul.links > li::marker {
display: block;
height: calc(var(--widhei) - 2cm);
}
+}
+
+code {
+ background: #041720;
+ padding: 0.5mm;
+ border-radius: 0.5mm;
} \ No newline at end of file