fix(fe): fix incorrect chinses font

This commit is contained in:
hexxa 2022-03-19 19:14:04 +08:00 committed by Hexxa
parent c8c7450583
commit f5717b05b1
6 changed files with 48 additions and 44 deletions

View file

@ -244,6 +244,10 @@
margin: 3rem auto 8rem auto;
}
.theme-dark .tabs button {
padding: 0.5rem 1rem;
}
/* +composition */
.theme-dark .container {

View file

@ -241,6 +241,10 @@
margin: 3rem auto 8rem auto;
}
.theme-default .tabs button {
padding: 0.5rem 1rem;
}
/* +composition */
.theme-default .container {