Initial commit
This commit is contained in:
8
src/pages/login/login.module.css
Normal file
8
src/pages/login/login.module.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.loginPage {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
:global(.darkApp) .loginPage {
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user