mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
Improve Japanese translation and theme font rendering (#11322)
* Improved Japanese translation * Update theme.css * Update theme.css
This commit is contained in:
parent
bb918f4879
commit
5d47fe4e86
3 changed files with 268 additions and 260 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue