diff options
Diffstat (limited to '_static')
-rw-r--r-- | _static/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_static/custom.css b/_static/custom.css new file mode 100644 index 0000000..0fb4d18 --- /dev/null +++ b/_static/custom.css @@ -0,0 +1,7 @@ +dl.crowbar.element { + margin: 2em 0; +} + +div.admonition p.admonition-title { + font-size: inherit; +} |