redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d23f493dad - Show all commits

View File

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