Merge pull request #1646 from ldericher/support-svg-logo

 add SVG support for logos
This commit is contained in:
Nuno Coração
2024-08-10 10:57:40 +01:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
+7
View File
@@ -3163,6 +3163,13 @@ body button {
width:1em
}
/* Scale SVG logos to appropriate size */
.logo svg {
height:5rem;
width:5rem
}
/* Search */
#search-query::-webkit-search-cancel-button,