print!
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-11-02 19:35:08 +01:00
parent 2a44f1240f
commit 61015a2536
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 12 additions and 0 deletions

View file

@ -37,3 +37,9 @@ aside li:not(.collapsed).directory::before {
aside li.directory {
cursor: pointer;
}
@media print {
aside {
visibility: hidden;
}
}

View file

@ -65,3 +65,9 @@ header nav a:hover {
.bold {
font-weight: bold;
}
@media print {
header nav {
visibility: hidden;
}
}