dedicated wiki link & tooltip top flip on overflow

This commit is contained in:
2024-10-21 22:37:05 +02:00
parent 8a60ad9983
commit 5669a789bf
3 changed files with 48 additions and 5 deletions
+23 -1
View File
@@ -34,6 +34,28 @@ span.muted, s {
color: #a8a8a8;
}
a {
color: #d78453;
text-decoration: none;
&.icon {
display: flex;
align-items: center;
gap: 7px;
img, svg {
--hw: 23px;
height: var(--hw);
width: var(--hw);
min-width: var(--hw);
}
}
&:hover {
text-decoration: underline;
}
}
#map-container {
display: flex;
position: relative;
@@ -110,7 +132,7 @@ span.muted, s {
font-size: 26px;
}
a {
a.titlelink {
color: #fff;
text-decoration: none;