mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Fix for the all-in-one
This commit is contained in:
parent
6d9d78aaf6
commit
1f6707d642
1 changed files with 4 additions and 4 deletions
|
@ -6,25 +6,25 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*--- Icon Recolor---*/
|
/*--- Icon Recolor---*/
|
||||||
.icon__67ab4: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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---'NSFW' Icon Recolor---*/
|
/*---'NSFW' Icon Recolor---*/
|
||||||
.icon__67ab4:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
|
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
|
||||||
fill: var(--text-danger) !important;
|
fill: var(--text-danger) !important;
|
||||||
border: 1px solid rebeccapurple !important;
|
border: 1px solid rebeccapurple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---Lock Icon Recolor---*/
|
/*---Lock Icon Recolor---*/
|
||||||
.icon__67ab4:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
|
.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
|
||||||
fill: #fffaa0 !important;
|
fill: #fffaa0 !important;
|
||||||
border: 1px solid rebeccapurple !important;
|
border: 1px solid rebeccapurple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---Stages Icon (since they use a differnt lock for some reason)----*/
|
/*---Stages Icon (since they use a differnt lock for some reason)----*/
|
||||||
.icon__67ab4:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
|
.icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
|
||||||
fill : #fffaa0 !important;
|
fill : #fffaa0 !important;
|
||||||
border: 1px solid rebeccapurple !important;
|
border: 1px solid rebeccapurple !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue