discord rehash (formatting is fucked up and ill fix that later, also left in the older version for now because i cant test on stable rn)

This commit is contained in:
Indiana Jone (Indi) 2024-07-12 14:29:44 -04:00
parent e999df74fd
commit be7338aac0
5 changed files with 41 additions and 7 deletions

View file

@ -5,7 +5,6 @@
* @description recolors the icon for 'NFSW' channels so they are easier to see/notice
*/
/*---'NSFW' Channel List Icon Recolor---*/
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
@ -13,6 +12,11 @@
}
/*--- Chat Icon Recolor ---*/
.icon_e44302 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
.icon_fc4f04 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- Chat (older) Icon Recolor ---*/
.icon_e44302 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}