diff --git a/common_chars.txt b/common_chars.txt index 4ec42a2..610a53a 100644 --- a/common_chars.txt +++ b/common_chars.txt @@ -8,4 +8,6 @@ !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ -… \ No newline at end of file +… + +◆◇⬥⬦ \ No newline at end of file diff --git a/css/looks.css b/css/looks.css index 66c4d10..43dd9c5 100644 --- a/css/looks.css +++ b/css/looks.css @@ -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); }