aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-11-02 00:58:01 -0700
committerMelody Horn <melody@boringcactus.com>2020-11-02 00:58:01 -0700
commit26ebe332ecb1c274a073ae3f0537e8557f66e5f2 (patch)
treed63e02e7f336af1360e0601e457d0787d7fe7385
parent7083c120beda0a03d299c3a02981795f75bf28ad (diff)
downloadspec-26ebe332ecb1c274a073ae3f0537e8557f66e5f2.tar.gz
spec-26ebe332ecb1c274a073ae3f0537e8557f66e5f2.zip
add some custom CSS
-rw-r--r--_static/custom.css7
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;
+}