Implemented SVG handling

This commit is contained in:
2025-07-07 12:40:25 +02:00
parent 246ef1b059
commit 9ada9acb3a
3 changed files with 46 additions and 40 deletions

View File

@@ -100,6 +100,10 @@ h3.footer-title {
font-size: 100px;
}
svg {
fill: currentColor;
}
div#navbarNavheader li.nav-item {
margin-left: 6px;
}