summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw96k <w96k@debian>2022-11-13 01:47:43 +0400
committerw96k <w96k@debian>2022-11-13 01:47:43 +0400
commita9a951e98cb2eb08866a60b1f1fe1a44830e4763 (patch)
treed9538233f8d8a37b53b108d1108147e19d38f911
parentadfd46aa98d0fc0c1dd72191f1f0c773d103ccec (diff)
Fix Menu and Footer
-rw-r--r--public/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/custom.css b/public/css/custom.css
index 0e547b6..ea6915e 100644
--- a/public/css/custom.css
+++ b/public/css/custom.css
@@ -116,7 +116,7 @@ article h2 {
}
#postamble ul li:first-child {
- list-style: square;
+ list-style: square !important;
}
}