redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
Showing only changes of commit d23f493dad - Show all commits

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 {