Move styles to more appropriate locations
This commit is contained in:
@ -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 {
|
||||||
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user