diff options
Diffstat (limited to 'src/static/css')
-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; } |