-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added stage recolor, added new 'Nsfw' Icon
- Loading branch information
1 parent
0928388
commit 7197840
Showing
4 changed files
with
73 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/** | ||
* @name Stage Recolor | ||
* @author KrystalSkullOfficial | ||
* @version 5.0 | ||
* @description recolors the icon for stages so they are easier to see/notice | ||
*/ | ||
|
||
/*--- Channel List Outer Circle Icon Recolor ---*/ | ||
.icon_d8bfb3:has(path[d^="M19.61 18.25a1.08"]) path[d^="M19.61 18.25a1.08"] { | ||
color: var(--blue-330) !important; | ||
} | ||
|
||
/*--- Channel List Outer Circle Icon Recolor(Locked Stage) ---*/ | ||
.icon_d8bfb3:has(path[d^="M21.92 14.08c.32"]) path[d^="M21.92 14.08c.32"]{ | ||
color: var(--blue-330) !important; | ||
} | ||
|
||
/*--- Chat Icon Recolor ---*/ | ||
.icon_fc4f04 path[d^="M19.61 18.25a1.08"] { | ||
fill: var(--blue-330) !important; | ||
} |