adjust h1 and folding-marks for Billy 1.0.0

This commit is contained in:
sefaria
2026-06-11 23:34:50 +02:00
parent abb7cccfbd
commit f437cdeed1
+6 -8
View File
@@ -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;
}