add transparent icon color variant

This commit is contained in:
jeffvli
2026-05-12 21:43:27 -07:00
parent 984b85e0e9
commit 6e634972c9
2 changed files with 15 additions and 2 deletions
@@ -79,6 +79,10 @@ img.size-5xl {
color: rgb(255 49 49);
}
.color-transparent {
color: transparent;
}
.fill {
fill: transparent;
}
@@ -123,6 +127,10 @@ img.size-5xl {
fill: rgb(255 49 49);
}
.fill-transparent {
fill: transparent;
}
.spin {
animation: spin 1s linear infinite;
}