Change sidebar bg-color

This commit is contained in:
Fred Boniface 2022-10-20 20:48:29 +01:00
parent 915c61f146
commit d23f493dad
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ body {
margin: auto; margin: auto;
height: 100%; height: 100%;
display: block; display: block;
max-width: 300px; max-width: 60%;
width: 0; width: 0;
background-color: darkslategrey; background-color: rgba(29,49,49,0.9);
transition: 0.7s; transition: 0.7s;
} }
#sidebar a { #sidebar a {