diff --git a/src/styles.css b/src/styles.css index 697b769..3eb6ad4 100644 --- a/src/styles.css +++ b/src/styles.css @@ -13,6 +13,10 @@ icon, pull, pull-2{ background-position: center; background-repeat: no-repeat; position: relative; + mask-image: var(--icon-src); + mask-size: contain; + mask-position: center; + mask-repeat: no-repeat; } icon.big{ width: 2em;