change sidebar background color

This commit is contained in:
2025-04-10 07:19:18 +04:00
parent 4a8f63dcb2
commit 9baf739511
+2 -2
View File
@@ -9,7 +9,7 @@
--primary-red: #FF0000;
--primary-green: #008000;
--primary-black: #000000;
--sidebar-bg: #f8f8f8;
--sidebar-bg: #f5f5f5;
--footer-bg: #f0f0f0;
--main-bg: #ffffff;
--text-color: #000000;
@@ -645,7 +645,7 @@ img {
margin-left: 250px;
width: calc(100% - 250px);
padding: 50px 30px 30px;
background-color: #f8f8f8;
background-color: var(--footer-bg);
border-top: 1px solid #e0e0e0;
box-sizing: border-box;
align-self: stretch;