1
0
Fork 0

css: remove background

This commit is contained in:
dece 2021-08-23 17:47:07 +02:00
parent de492c7a9e
commit 8607ff976e

View file

@ -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;
} }