Document: Add mailto: and http: hrefs to footer

This commit is contained in:
2023-12-19 20:47:46 +01:00
parent 9c46974bd7
commit 18600a44da
2 changed files with 8 additions and 1 deletions

View File

@ -68,4 +68,9 @@ hr.page-break {
.page::after {
content: "Seite " counter(page) " von " counter(pages) !important;
}
a {
text-decoration: inherit;
color: inherit;
}
}