Fix bug with simple-icons svg size

This commit is contained in:
TheThomaas 2025-05-01 21:21:38 +02:00
parent 3695c6039c
commit 1bb632834a

View file

@ -8,6 +8,10 @@
scroll-behavior: smooth;
}
:where(svg.icon:not([fill])) {
fill: currentColor;
}
/* Utilities */
.wrapper,
.wrapper-full {