Starting popup notice
This commit is contained in:
17
frontend/static/css/index.css
Normal file
17
frontend/static/css/index.css
Normal file
@ -0,0 +1,17 @@
|
||||
*{
|
||||
color: #cccccc;
|
||||
font-size: 35px;
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
|
||||
body {
|
||||
}
|
||||
|
||||
#app #avatar
|
||||
{
|
||||
max-height: 10em;
|
||||
max-width: 10em;
|
||||
min-height: 6em;
|
||||
min-width: 6em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user