variables: declare light and dark themes

This commit is contained in:
He4eT 2025-05-02 01:29:50 +02:00
commit ece476c146

View file

@ -1,3 +1,7 @@
:root {
color-scheme: light dark;
}
body {
--step: 8px;