From 8607ff976e0b8d09e00f27242ce7b8adac300f4a Mon Sep 17 00:00:00 2001 From: dece Date: Mon, 23 Aug 2021 17:47:07 +0200 Subject: [PATCH] css: remove background --- idre/static/css/base.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/idre/static/css/base.css b/idre/static/css/base.css index 658bdb8..f713ff0 100644 --- a/idre/static/css/base.css +++ b/idre/static/css/base.css @@ -1,9 +1,7 @@ /* General */ body { - background: url("/static/img/bg.jpg") no-repeat center center fixed; background-color: white; - background-size: cover; color: #393939; font-family: "Lato", sans-serif; }