fix(fe): fix incorrect chinses font
This commit is contained in:
parent
c8c7450583
commit
f5717b05b1
6 changed files with 48 additions and 44 deletions
|
@ -244,6 +244,10 @@
|
|||
margin: 3rem auto 8rem auto;
|
||||
}
|
||||
|
||||
.theme-dark .tabs button {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
/* +composition */
|
||||
|
||||
.theme-dark .container {
|
||||
|
|
|
@ -241,6 +241,10 @@
|
|||
margin: 3rem auto 8rem auto;
|
||||
}
|
||||
|
||||
.theme-default .tabs button {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
/* +composition */
|
||||
|
||||
.theme-default .container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue