From f67b219da2ea8db6dda838ec65973678af7144f0 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Thu, 15 Feb 2024 14:48:29 +0100 Subject: [PATCH] better background --- frontend/src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 7fcd4a6..f571620 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1,7 +1,7 @@ @import "../../node_modules/bootstrap/scss/bootstrap"; body{ - background: #ffffbb; + background: #ffedbb; } .logo{