feat: login form as a client component, theme toggle
This commit is contained in:
5
app/global.css
Normal file
5
app/global.css
Normal file
@ -0,0 +1,5 @@
|
||||
body {
|
||||
@mixin light {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user