changed sidebar color

This commit is contained in:
Vladyslav Matsiiako
2024-05-27 22:32:54 -07:00
parent 300deb5607
commit c638caede5
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#navbar .max-w-8xl {
max-width: 100%;
border-bottom: 1px solid #ebebeb;
background-color: #fcfcfc;
background-color: #F4F3EF;
}
.max-w-8xl {
@@ -14,7 +14,7 @@
padding-right: 30px;
border-right: 1px;
border-color: #cdd64b;
background-color: #fcfcfc;
background-color: #F4F3EF;
border-right: 1px solid #ebebeb;
}