Skip to content

Commit

Permalink
added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KrstlSkll69 committed Jul 23, 2024
1 parent c2a3ccd commit 8ba4b81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion IconRecolors.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
.icon_bcc24e path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*--- 'NSFW' Channel List Icon Recolor ---*/
Expand Down Expand Up @@ -63,6 +62,11 @@
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important;
}

/*--- Ping Warning ---*/
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important;
}
/*-------------------------------------------------------------------------------------------------------------------*/

/*--- Lock Icon Channel List Recolor ---*/
Expand Down
5 changes: 5 additions & 0 deletions NSFWChannelRecolor.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important;
}

/*--- Ping Warning ---*/
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important;
}
5 changes: 5 additions & 0 deletions NSFWtag.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}

/*--- Ping Warning ---*/
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important;
}

0 comments on commit 8ba4b81

Please sign in to comment.