chore: remove old, commented out background css
This commit is contained in:
parent
68f635495f
commit
a71b0f26be
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#page {
|
#page {
|
||||||
/*
|
|
||||||
background: #202020;
|
|
||||||
color: #fff;
|
|
||||||
*/
|
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/client-loading.png);
|
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/client-loading.png);
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
background-size: 400px;
|
background-size: 400px;
|
||||||
|
|
|
||||||
Reference in a new issue