diff options
author | Melody Horn <melody@boringcactus.com> | 2020-11-02 00:58:01 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-11-02 00:58:01 -0700 |
commit | 26ebe332ecb1c274a073ae3f0537e8557f66e5f2 (patch) | |
tree | d63e02e7f336af1360e0601e457d0787d7fe7385 | |
parent | 7083c120beda0a03d299c3a02981795f75bf28ad (diff) | |
download | spec-26ebe332ecb1c274a073ae3f0537e8557f66e5f2.tar.gz spec-26ebe332ecb1c274a073ae3f0537e8557f66e5f2.zip |
add some custom CSS
-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; +} |