Many style improvements

This commit is contained in:
2021-03-21 12:46:35 +01:00
parent 6cf9272f6b
commit 3e2d262059
5 changed files with 29 additions and 6 deletions

View File

@@ -141,6 +141,20 @@ a {
}
}
@media only screen and (min-width:1300px){
html {
font-size: 18px;
}
}
@media only screen and (min-width:2000px){
html {
font-size: 20px;
}
}
@media (prefers-color-scheme: dark) {
body.theme-auto {
--bg-color: var(--dark-bg-color);