From f437cdeed161e1beb3d62730d56704b689bcbd35 Mon Sep 17 00:00:00 2001 From: sefaria Date: Thu, 11 Jun 2026 23:34:50 +0200 Subject: [PATCH] adjust h1 and folding-marks for Billy 1.0.0 --- custom.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/custom.css b/custom.css index 050fce9..a3c2a72 100644 --- a/custom.css +++ b/custom.css @@ -15,22 +15,20 @@ /* Change font, recolor headline, remove bold style, add more letter-spacing */ h1 { - font-family: "Perfectly Nineties"; - font-size: 2.5rem; color: #ff4500; font-weight: 400; letter-spacing: 0.025em; } /* Change font */ -.footer section small i { +/* .footer section small i { font-family: "MD UI"; -} +} */ /* Adjust footer column width */ -.footer section small { +/* .footer section small { width: 12rem; -} +} */ /* Remove bold style */ .address-row span, .footer section small span, .footer section small b { @@ -54,8 +52,8 @@ h1 { /* Change look of folding-marks */ .folding-mark { - width: 0.5rem; - height: 0.5rem; + width: 0.2rem; + height: 0.2rem; border-radius: 2rem; background-color: #ff8c00; } \ No newline at end of file