aboutsummaryrefslogtreecommitdiff
path: root/_static/ciigo.css
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-28 05:43:42 +0700
committerShulhan <ms@kilabit.info>2026-01-28 05:50:31 +0700
commitf905c3330aaa6f1c1f5b78815290691f20cf3668 (patch)
treee5065b23581432189de626f6c2d6eca1dd37676c /_static/ciigo.css
parent7a03c1583a9560d907b1d0c43baf21be314facc6 (diff)
downloadciigo-f905c3330aaa6f1c1f5b78815290691f20cf3668.tar.xz
_static: fix pre style on HTML generated by markdown
While at it, add padding bottom to the #footnotes in HTML generated by asciidoctor-go.
Diffstat (limited to '_static/ciigo.css')
-rw-r--r--_static/ciigo.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/_static/ciigo.css b/_static/ciigo.css
index 540589c..73f5bb8 100644
--- a/_static/ciigo.css
+++ b/_static/ciigo.css
@@ -529,7 +529,19 @@ pre {
padding: 0.625rem;
}
+/* Fix for HTML generated by markdown "<pre><code>...". */
+pre code {
+ background-color: unset;
+ padding: unset;
+}
+
/*}}}*/
+/* #footnotes */
+
+#footnotes {
+ padding-bottom: 1rem;
+}
+
/* #footer */
/*{{{*/