From 774766bc4ebd7b393fad19045a09ac8407140db3 Mon Sep 17 00:00:00 2001 From: sefaria Date: Sun, 7 Jun 2026 21:57:40 +0200 Subject: [PATCH] change px to rem --- custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom.css b/custom.css index 0d6861a..0003338 100644 --- a/custom.css +++ b/custom.css @@ -57,8 +57,8 @@ h1 { /* Change look of folding-marks */ .folding-mark { - width: 6px; - height: 6px; - border-radius: 16px; + width: 2rem; + height: 2rem; + border-radius: 8rem; background-color: #ff8c00; } \ No newline at end of file