From 7a7f1e0eb4e0b3e7cb0dade58c3f2a0dbb5df5e6 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Tue, 19 Dec 2023 08:43:00 +0100 Subject: [PATCH] Fix the owner issue --- front/style/home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/style/home.css b/front/style/home.css index c6989e9..ed496dc 100644 --- a/front/style/home.css +++ b/front/style/home.css @@ -21,12 +21,12 @@ #body { display: flex; flex-direction: row; - border : solid 10px yellow; + border : solid 10px violet; margin:0px } #personal-space { - background-color: red; + background-color: orange; } #sideMenu {