feat: improve text readability

This commit is contained in:
Hakadao
2024-09-20 14:30:26 +08:00
parent 6b2ec1ef1a
commit 91c12acbf8

View File

@@ -80,6 +80,12 @@ img {
.bewly-wrapper {
line-height: 1.4;
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.keep-two-lines {
overflow: hidden;
text-overflow: ellipsis;