change folding-marks values

This commit is contained in:
sefaria
2026-06-07 22:04:44 +02:00
parent 3aa0bf51b5
commit 92ebcb22bb
+3 -3
View File
@@ -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;
}