add SVG support for logos

This commit is contained in:
Jörn-Michael Miehe
2024-07-29 23:34:46 +02:00
parent e46afe45cf
commit 09bacd9f0b
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -16,6 +16,11 @@ body button {
@apply h-[1em] w-[1em];
}
/* Scale SVG logos to appropriate size */
.logo svg {
@apply h-[5rem] w-[5rem];
}
/* Search */
#search-query::-webkit-search-cancel-button,
#search-query::-webkit-search-decoration,