feat(style): add styles for info bar

This commit is contained in:
doryan 2024-07-22 16:43:47 +04:00
parent fd2f605978
commit acf1d9f30b

View File

@ -1,3 +1,4 @@
.info_box{ #info_bar{
background-color: yellow; background-color:#F1E6D9;
padding: 10px;
} }