« get me outta code hell

css: tweak headings in commentary (etc) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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
commit887a00f2d7a855348889226e0bc00d989ade1f3a (patch)
tree8f7b37a01d572a54e2889f7f329ead3428eeadc5 /src
parentcec7596f374bf8c8a6fd56829706adfbdd343a85 (diff)
css: tweak headings in commentary (etc)
Diffstat (limited to 'src')
-rw-r--r--src/static/css/site.css11
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;
 }