Fix bug with simple-icons svg size
This commit is contained in:
parent
3695c6039c
commit
1bb632834a
|
|
@ -8,6 +8,10 @@
|
|||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
:where(svg.icon:not([fill])) {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
/* Utilities */
|
||||
.wrapper,
|
||||
.wrapper-full {
|
||||
|
|
|
|||
Loading…
Reference in a new issue