opt: base style

This commit is contained in:
Wenjie Zhang 2024-09-14 02:46:06 +08:00
parent 0780638152
commit 31eaeb6ef8
2 changed files with 2 additions and 3 deletions

View File

@ -57,8 +57,7 @@ body {
min-height: 100vh;
color: var(--color-text);
line-height: 1.6;
font-family: 'HarmonyOS Sans SC', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-family: 'Roboto', 'Noto Sans SC', 'HarmonyOS Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
font-size: 15px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;

View File

@ -9,7 +9,7 @@
.layout-container {
width: 100%;
padding: 0px 30px;
background-color: #FCFEFF;
background-color: #FAFCFD;
h2 {
margin: 20px 0 10px 0;