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
|
@ -9,3 +9,5 @@
|
||||||
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
|
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
|
||||||
|
|
||||||
…
|
…
|
||||||
|
|
||||||
|
◆◇⬥⬦
|
|
@ -206,15 +206,16 @@ hr:not(.thematic) {
|
||||||
hr.thematic {
|
hr.thematic {
|
||||||
border: none; /* remove default line */
|
border: none; /* remove default line */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: -0.5em;
|
margin-top: -0.55em;
|
||||||
margin-bottom: -0.5em;
|
margin-bottom: -0.55em;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr.thematic::before {
|
hr.thematic::before {
|
||||||
|
font-family: "Mono";
|
||||||
text-align: center;
|
text-align: center;
|
||||||
content: '⬦⯁⬦';
|
content: '◇◆◇';
|
||||||
letter-spacing: 0.4em;
|
letter-spacing: 0.4em;
|
||||||
color: var(--darker-color);
|
color: var(--darker-color);
|
||||||
display: block;
|
display: block;
|
||||||
transform: translateX(0.2em);
|
transform: translate(0.2em, -0.05em);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue