From e5e9d9fa1196a5801ca0b6c5a1fff889114f87b9 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Thu, 15 Feb 2024 12:24:29 +0100 Subject: [PATCH] background color --- frontend/src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index facb04e..7fcd4a6 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1,5 +1,9 @@ @import "../../node_modules/bootstrap/scss/bootstrap"; +body{ + background: #ffffbb; +} + .logo{ width: 100%; height: auto;