added icon

This commit is contained in:
Indiana Jone (Indi) 2024-07-23 19:10:14 -04:00
parent c2a3ccd3d7
commit 8ba4b816af
3 changed files with 15 additions and 1 deletions

View file

@ -25,7 +25,6 @@
.icon_bcc24e path[d^="M18.5 23c.88" ] { .icon_bcc24e path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important; fill: var(--green-360) !important;
} }
/*-------------------------------------------------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------------------------------------------------*/
/*--- 'NSFW' Channel List Icon Recolor ---*/ /*--- 'NSFW' Channel List Icon Recolor ---*/
@ -63,6 +62,11 @@
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] { .icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important; 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 ---*/ /*--- Lock Icon Channel List Recolor ---*/

View file

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

View file

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