css: remove background
This commit is contained in:
parent
de492c7a9e
commit
8607ff976e
|
@ -1,9 +1,7 @@
|
||||||
/* General */
|
/* General */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url("/static/img/bg.jpg") no-repeat center center fixed;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-size: cover;
|
|
||||||
color: #393939;
|
color: #393939;
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue