From 26ebe332ecb1c274a073ae3f0537e8557f66e5f2 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 2 Nov 2020 00:58:01 -0700 Subject: add some custom CSS --- _static/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _static/custom.css 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; +} -- cgit v1.2.3