Fix voor svg op Firefox en betere weergave

This commit is contained in:
Michael Boelen 2023-05-19 16:37:15 +02:00
parent c2cebbc592
commit 305ae5ba7d
2 changed files with 20 additions and 9 deletions

View file

@ -102,12 +102,23 @@ a.button:hover, a.button:active {
background-color: $color-button-hover;
}
a.footer-social:link, .a.footer-social:hover {
.icon {
margin: 3px;
}
.icon:link {
text-decoration: none;
}
.icon:visited {
text-decoration: none;
}
.icon:hover {
text-decoration: none;
}
.icon:active {
text-decoration: none;
margin: 5px;
}
// Button
// Button
.btn:link, .btn:visited {
border-radius: 4px;
color: white;