dark hihi
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
src: local('Mau'), url(../assets/fonts/OrientalCatsLight.otf) format('opentype');
|
||||
}
|
||||
|
||||
.app {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.mau {
|
||||
font-family: "Mau", serif;
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
@import "pointer";
|
||||
@import "pointer";
|
||||
@import "theme";
|
||||
8
src/styles/utils/theme.scss
Normal file
8
src/styles/utils/theme.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.dark {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
.light {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
Reference in New Issue
Block a user