mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
added icon
This commit is contained in:
parent
c2a3ccd3d7
commit
8ba4b816af
3 changed files with 15 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
.icon_bcc24e path[d^="M18.5 23c.88" ] {
|
||||
fill: var(--green-360) !important;
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
/*--- 'NSFW' Channel List Icon Recolor ---*/
|
||||
|
@ -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 ---*/
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
Loading…
Add table
Reference in a new issue