Prevent overlapping in internal links
This commit is contained in:
parent
90686477fe
commit
b1f745b5e0
@ -144,6 +144,10 @@ h1 {
|
||||
content: url('img/download.png');
|
||||
}
|
||||
}
|
||||
|
||||
&[href^="http://localhost"]::before, &[href^="https://tanzsportclub.vfl-sindelfingen.de/"]::before {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user