feat: 样式调整
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
margin: 0;
|
||||
font-weight: var(--base-text-weight-normal, 400);
|
||||
color: var(--fgColor-default);
|
||||
background-color: var(--bgColor-default);
|
||||
/*background-color: var(--bgColor-default);*/
|
||||
font-family: var(--fontStack-sansSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji");
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
html {
|
||||
background: #fafafa;
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
@@ -26,7 +26,6 @@ html.dark {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user