chore: update theme intro

This commit is contained in:
radishzzz 2025-03-19 16:25:55 +00:00
parent e70c809907
commit 85de183ccc
16 changed files with 25 additions and 26 deletions

View file

@ -10,6 +10,11 @@
hyphens:auto;
letter-spacing:.02em
}
.heti:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(ja-JP)):not(:lang(ko-KR)) {
letter-spacing: 0;
hyphens: none;
line-height: 1.4;
}
.heti::before,.heti::after {
content:"";
display:table
@ -104,12 +109,6 @@
background-color:rgba(0,0,0,0);
color:inherit
}
.heti:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(ja-JP)):not(:lang(ko-KR)) {
letter-spacing:0
}
.heti:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(ja-JP)):not(:lang(ko-KR)) {
line-height: 1.4;
}
.heti a,.heti abbr,.heti code,.heti heti-spacing,.heti [lang=en-US] {
letter-spacing:normal
}