Improve Japanese translation and theme font rendering (#11322)

* Improved Japanese translation

* Update theme.css

* Update theme.css
This commit is contained in:
mpcjazz 2024-05-10 00:11:29 +09:00 committed by GitHub
parent bb918f4879
commit 5d47fe4e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 268 additions and 260 deletions

File diff suppressed because it is too large Load diff

View file

@ -175,6 +175,10 @@
--b3-pdf-dark: #212224;
}
:lang(ja_JP):root {
--b3-font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans", "Yu Gothic UI", sans-serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}
/* https://github.com/siyuan-note/siyuan/issues/6440 */
.protyle-action--order:after {
mix-blend-mode: multiply;

View file

@ -175,6 +175,10 @@
--b3-pdf-dark: #212224;
}
:lang(ja_JP):root {
--b3-font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans", "Yu Gothic UI", sans-serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}
/* https://github.com/siyuan-note/siyuan/issues/6440 */
.protyle-action--order:after {
mix-blend-mode: screen;