From acf1d9f30b46b1e9478df6686d8f31943b3e993b Mon Sep 17 00:00:00 2001 From: doryan Date: Mon, 22 Jul 2024 16:43:47 +0400 Subject: [PATCH] feat(style): add styles for info bar --- src/view/styles/info_bar.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/view/styles/info_bar.css b/src/view/styles/info_bar.css index 15982aa..dbfee13 100644 --- a/src/view/styles/info_bar.css +++ b/src/view/styles/info_bar.css @@ -1,3 +1,4 @@ -.info_box{ - background-color: yellow; +#info_bar{ + background-color:#F1E6D9; + padding: 10px; }