Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Hk-Gosuto
2024-05-05 17:17:41 +08:00
11 changed files with 91 additions and 36 deletions

View File

@@ -83,6 +83,7 @@
@include dark;
}
}
html {
height: var(--full-height);
@@ -107,6 +108,10 @@ body {
@media only screen and (max-width: 600px) {
background-color: var(--second);
}
*:focus-visible {
outline: none;
}
}
::-webkit-scrollbar {