mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Add files via upload
This commit is contained in:
parent
65cd31712d
commit
3e9e0b0378
2 changed files with 7 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
border: 1px solid rebeccapurple !important;
|
||||
}
|
||||
/*--- 'NSFW' Chat Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.091.63"] {
|
||||
.icon_e44302 path[d^="M18.09.63"] {
|
||||
fill: var(--text-danger) !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,12 @@
|
|||
}
|
||||
|
||||
/*--- Chat Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09.63"] {
|
||||
.icon_e44302 path[d^="M18.091.63"] {
|
||||
fill: var(--text-danger) !important;
|
||||
}
|
||||
|
||||
|
||||
/*--- Chat Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09.63"] {
|
||||
fill: var(--text-danger) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue