fix: move about assets into src
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s

This commit is contained in:
Troy 2025-06-04 18:51:58 +01:00
parent 414164f3b1
commit 9d86db033f
Signed by: troy
GPG key ID: DFC06C02ED3B4711
22 changed files with 77 additions and 68 deletions

View file

@ -59,3 +59,9 @@
@apply underline decoration-2 underline-offset-2;
}
}
@media print {
a {
text-decoration: none;
}
}