Restructure of Static Files
This commit is contained in:
3
core/accounts/static/accounts/css/base.css
Normal file
3
core/accounts/static/accounts/css/base.css
Normal file
@@ -0,0 +1,3 @@
|
||||
* {
|
||||
background-color: red;
|
||||
}
|
||||
4
core/accounts/static/accounts/css/login.css
Normal file
4
core/accounts/static/accounts/css/login.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/*This is the Stylesheet for the Login Screen*/
|
||||
body {
|
||||
background-color: #da1f3d;
|
||||
}
|
||||
Reference in New Issue
Block a user