diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-28 05:43:42 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-28 05:50:31 +0700 |
| commit | f905c3330aaa6f1c1f5b78815290691f20cf3668 (patch) | |
| tree | e5065b23581432189de626f6c2d6eca1dd37676c /_static/ciigo.css | |
| parent | 7a03c1583a9560d907b1d0c43baf21be314facc6 (diff) | |
| download | ciigo-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.css | 12 |
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 */ /*{{{*/ |
