feat: 暗黑主题
This commit is contained in:
@@ -12,10 +12,19 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
html{
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
html.dark{
|
||||
background-color: #000000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
main {
|
||||
@@ -27,7 +36,7 @@ main {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
main{
|
||||
main {
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user