From 92ebcb22bb7e625008e4c2fa7f45ae93aa75d3ee Mon Sep 17 00:00:00 2001 From: sefaria Date: Sun, 7 Jun 2026 22:04:44 +0200 Subject: [PATCH] change folding-marks values --- custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom.css b/custom.css index 2218bec..f1a8bee 100644 --- a/custom.css +++ b/custom.css @@ -60,8 +60,8 @@ h1 { /* Change look of folding-marks */ .folding-mark { - width: 2rem; - height: 2rem; - border-radius: 8rem; + width: 0.5rem; + height: 0.5rem; + border-radius: 2rem; background-color: #ff8c00; } \ No newline at end of file