This commit is contained in:
Indiana Jone (Indi) 2024-06-19 23:54:16 -04:00 committed by GitHub
parent 5c20528912
commit 848cb1752c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,13 @@
* @description recolors the icon on Channel & Role tab so they are easier to see/notice * @description recolors the icon on Channel & Role tab so they are easier to see/notice
*/ */
/*--- Icon Recolor---*/ /*--- Channel List Icon Recolor ---*/
.icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] { .icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] {
color: var(--green-360) !important; color: var(--green-360) !important;
border: 1px solid rebeccapurple !important; border: 1px solid rebeccapurple !important;
} }
/*--- Chat Icon Recolor ----*/
.icon_e44302 path[d^="M18.5 23c.88"] {
  fill: var(--green-360) !important;
}