From ed2a016ffdb8bd7539b592e5b07a64b1029382ac Mon Sep 17 00:00:00 2001 From: snuggs Date: Sat, 1 Feb 2025 22:46:18 -0800 Subject: [PATCH] Add styling for ruby --- styles/typography.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/typography.css b/styles/typography.css index edee511c..94fd3613 100644 --- a/styles/typography.css +++ b/styles/typography.css @@ -825,6 +825,11 @@ svg { vertical-align: middle } address {} li address { margin: var(--margin-collapse-bugfix) } +ruby { + margin: 1ch; + padding: 1ch; + font-size: xxx-large; +} /* Table styling */ table {