Added borelis and cantane maps

This commit is contained in:
Alexis
2025-01-10 14:15:48 +01:00
parent 8629df03fb
commit 59d62185f7
759 changed files with 1446 additions and 5 deletions

View File

@@ -98,7 +98,8 @@
color: var(--green-500);
}
a.title {
a.title,
a.map-link {
text-underline-offset: 2px;
text-decoration: underline;
@@ -108,6 +109,18 @@
}
}
.map-link {
margin-top: .5rem;
display: inline-flex;
align-items: center;
gap: .5ch;
svg {
width: 1rem;
height: 1rem;
}
}
> * + * {
margin: 0;
margin-top: .4em;