Tab: use bigger font-size for CJK
This commit is contained in:
parent
01b753841e
commit
7bf99f1c22
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: color 120ms var(--tutu-anim-curve-std);
|
transition: color 120ms var(--tutu-anim-curve-std);
|
||||||
|
|
||||||
|
:root:where([lang^="zh"],
|
||||||
|
[lang="zh"],
|
||||||
|
[lang^="kr"],
|
||||||
|
[lang="kr"],
|
||||||
|
[lang^="ja"],
|
||||||
|
[lang="ja"]) & {
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiToolbar-root .Tab {
|
.MuiToolbar-root .Tab {
|
||||||
|
|
Loading…
Add table
Reference in a new issue