feat: add map links

This commit is contained in:
insects 2025-03-12 15:09:42 +01:00
parent 76dcf080c0
commit b5b08d2935
6 changed files with 8 additions and 1 deletions

View file

@ -308,3 +308,7 @@ summary {
summary:hover {
cursor: pointer;
}
a:has(button) {
text-decoration: none;
}