This commit is contained in:
GZod01 2024-05-19 09:13:27 +02:00
parent 6595115398
commit af8b6b9908
3 changed files with 15 additions and 3 deletions

View file

@ -17,6 +17,11 @@ body {
#drawer-toggler:checked ~ body, .drawer-body-scrolling-disabled {
overflow: hidden;
background:grey;
* {
color:red!important;
}
}
.main-page-wrap {
@ -80,3 +85,9 @@ body {
font-size: 1.3em;
}
}
#drawer-toggler:checked + .drawer{
width: 300px;
.drawer-links {
opacity: 1;
}
}