Thats a very werid bug

This commit is contained in:
Indiana Jone (Indi) 2025-03-17 15:37:48 -04:00
parent 637f0dba5e
commit 26e8546bc4

View file

@ -13,5 +13,7 @@
/*--- Chat Icon Recolor ---*/
[class^=icon__] path[d^="M18.5 23c.88"] {
color: var(--green-360) !important;
/*Fill works most places except one place... idk why that is*/
fill: var(--green-360) !important;
border: 1px solid rebeccapurple !important;
}