Merge remote-tracking branch 'upstream/main'

This commit is contained in:
DirkSchlossmacher
2024-04-29 07:15:01 +02:00
10 changed files with 91 additions and 36 deletions

View File

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