Prevent overlapping in internal links

This commit is contained in:
Christian Wolf 2025-03-17 09:21:25 +01:00
parent 90686477fe
commit b1f745b5e0

View File

@ -144,6 +144,10 @@ h1 {
content: url('img/download.png');
}
}
&[href^="http://localhost"]::before, &[href^="https://tanzsportclub.vfl-sindelfingen.de/"]::before {
content: none;
}
}
img {