diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-30 20:46:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-30 20:47:25 -0300 |
commit | 887a00f2d7a855348889226e0bc00d989ade1f3a (patch) | |
tree | 8f7b37a01d572a54e2889f7f329ead3428eeadc5 | |
parent | cec7596f374bf8c8a6fd56829706adfbdd343a85 (diff) |
css: tweak headings in commentary (etc)
-rw-r--r-- | src/static/css/site.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 052fa979..cdd0fb0e 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -997,6 +997,17 @@ p code { margin-bottom: 0; } +#content blockquote h2 { + font-size: 1em; + font-weight: 800; +} + +#content blockquote h3 { + font-size: 1em; + font-weight: normal; + font-style: oblique; +} + main.long-content { --long-content-padding-ratio: 0.10; } |