Move styles to more appropriate locations

This commit is contained in:
daudix
2024-07-26 00:20:49 +03:00
parent 85494aabab
commit 22bad73a25
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,10 @@
// @media only screen and (max-width: 480px) { // @media only screen and (max-width: 480px) {
// font-size: 14px; // font-size: 14px;
// } // }
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
} }
body { body {

View File

@ -72,7 +72,5 @@
--yellow-bg: rgba(248, 228, 92, 0.1); --yellow-bg: rgba(248, 228, 92, 0.1);
--yellow-fg: rgb(248, 228, 92); --yellow-fg: rgb(248, 228, 92);
--star-featured: rgba(248, 228, 92, 0.05); --star-featured: rgba(248, 228, 92, 0.05);
color-scheme: dark;
} }
} }