pull the diamonds from the fonts you actually serve, dumbass

This commit is contained in:
Alexander 2025-06-28 16:15:32 -04:00
parent 3078e0a3eb
commit 60eedbb25e
2 changed files with 8 additions and 5 deletions

View file

@ -8,4 +8,6 @@
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
◆◇⬥⬦

View file

@ -206,15 +206,16 @@ hr:not(.thematic) {
hr.thematic {
border: none; /* remove default line */
text-align: center;
margin-top: -0.5em;
margin-bottom: -0.5em;
margin-top: -0.55em;
margin-bottom: -0.55em;
}
hr.thematic::before {
font-family: "Mono";
text-align: center;
content: '⬦⯁⬦';
content: '◇◆◇';
letter-spacing: 0.4em;
color: var(--darker-color);
display: block;
transform: translateX(0.2em);
transform: translate(0.2em, -0.05em);
}