dark hihi

This commit is contained in:
2023-03-22 16:18:31 +01:00
parent 157c5e8ffa
commit 34acfc65c3
7 changed files with 34 additions and 8 deletions

View File

@@ -7,6 +7,11 @@
src: local('Mau'), url(../assets/fonts/OrientalCatsLight.otf) format('opentype');
}
.app {
width: 100vw;
height: 100vh;
}
.mau {
font-family: "Mau", serif;
}

View File

@@ -1 +1,2 @@
@import "pointer";
@import "pointer";
@import "theme";

View File

@@ -0,0 +1,8 @@
.dark {
background-color: #333;
color: #fff;
}
.light {
background-color: #fff;
color: #333;
}