FINALLY FIGURED IT OUT

This commit is contained in:
Indiana Jone (Indi) 2025-03-17 15:04:53 -04:00
parent dcbc2782f4
commit 09e837421b
5 changed files with 39 additions and 5 deletions

View file

@ -2,7 +2,7 @@
* @name Synced With Game Recolor
* @author krystalskullofficial
* @description Recolors the icon for Channels that are synced with games so they are easier to see/notice.
* @version 1.5.5
* @version 2.0.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#13th-synced-with-game-recolor-
@ -13,4 +13,9 @@
[class^=icon__] path[d^="M24 5.7c0-1.54-.2-2.66-.34-3.23C23.35"] {
fill: var(--Custom-Color-Controller) !important;
}
/*--- Stupid Ahh channel search icon ---*/
[class^=searchResultChannelIcon__] path[d^="M24 5.7c0-1.54-.2-2.66-.34-3.23C23.35" ] {
fill: var(--Custom-Color-Controller) !important;
}