From b205115c39387f852287868d0a3baf58319b2a82 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Fri, 16 Feb 2024 09:57:02 +0100 Subject: [PATCH] revert background --- frontend/src/styles/index.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index f571620..facb04e 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1,9 +1,5 @@ @import "../../node_modules/bootstrap/scss/bootstrap"; -body{ - background: #ffedbb; -} - .logo{ width: 100%; height: auto;