Add a favicon

This commit is contained in:
2023-01-05 11:44:02 +01:00
parent c0b1b0b37b
commit 9b8ec6ba6b
5 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
/* Switch SVG logo to white on dark mode */
html.dark .navbar-light svg {
fill: #fff;
}
.card > a > img {
width: 100%;
}