opt: base style
This commit is contained in:
parent
0780638152
commit
31eaeb6ef8
@ -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;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
.layout-container {
|
||||
width: 100%;
|
||||
padding: 0px 30px;
|
||||
background-color: #FCFEFF;
|
||||
background-color: #FAFCFD;
|
||||
|
||||
h2 {
|
||||
margin: 20px 0 10px 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user