clean simple static files

This commit is contained in:
2025-11-05 13:19:45 +01:00
parent 3679b59a03
commit 8a396b3147
18 changed files with 29 additions and 7655 deletions

View File

@@ -9,7 +9,7 @@ body
grid-template-areas:
"Menu Menu header header header header header"
"Menu Menu main main main main main"
"Menu Menu footer footer footer footer footer"
"Menu Menu footer footer footer footer footer";
}
.menu-button {
@@ -92,6 +92,7 @@ main > nav
gap: 20px;
}
nav li {
word-break: keep-all;
width: 115px;
@@ -202,9 +203,9 @@ nav > ul:first-of-type, ul
gap: 5px;
}
.picture{
.picture {
text-align: center;
}
@@ -218,3 +219,15 @@ nav > ul:first-of-type, ul
color: var(--pico-color-grey-950);
}
.totp {
visibility: hidden;
pointer-events: none;
}
[type=checkbox]:checked~.totp {
visibility: visible;
pointer-events: unset;
}