mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-06-07 18:33:42 +02:00
New Snippet, Format older snippets
This commit is contained in:
parent
eea19f35eb
commit
bad4aa022f
7 changed files with 67 additions and 109 deletions
16
SyncedWithGameRecolor.css
Normal file
16
SyncedWithGameRecolor.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* @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.0
|
||||
* @authorId 929208515883569182
|
||||
* @website https://krstlskll69.github.io/
|
||||
* @source
|
||||
*/
|
||||
:root{
|
||||
--Custom-Color-Controller: rgb(175, 239, 165)
|
||||
}
|
||||
|
||||
[class^=icon__] path[d^="M24 5.7c0-1.54-.2-2.66-.34-3.23C23.35"] {
|
||||
fill: var(--Custom-Color-Controller) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue