美化优化0407

This commit is contained in:
Thek28 tk
2023-04-07 01:42:40 +00:00
parent 4d675c11e8
commit bf5a8b7582
11 changed files with 42 additions and 34 deletions

View File

@@ -90,8 +90,7 @@ body {
justify-content: center;
align-items: center;
user-select: none;
font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "微软雅黑","Arial", sans-serif;
@media only screen and (max-width: 600px) {
background-color: var(--second);
@@ -283,7 +282,7 @@ pre {
cursor: pointer;
div:not(.no-dark) > svg {
filter: invert(0.5);
filter: var(--black);
}
&:hover {