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

View file

@ -2,7 +2,7 @@
* @name Channels & Role recolor
* @author krystalskullofficial
* @description Recolors the icon on Channel & Role tab so they are easier to see/notice.
* @version 5.0.0
* @version 5.0.1
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#4th-channels--roles-recolor-
@ -13,7 +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*/
/*color works most places except one place... idk why that is*/
fill: var(--green-360) !important;
border: 1px solid rebeccapurple !important;
}