pull the diamonds from the fonts you actually serve, dumbass
This commit is contained in:
parent
3078e0a3eb
commit
60eedbb25e
2 changed files with 8 additions and 5 deletions
|
@ -8,4 +8,6 @@
|
|||
|
||||
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
|
||||
|
||||
…
|
||||
…
|
||||
|
||||
◆◇⬥⬦
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue