mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
6 lines
177 B
CSS
6 lines
177 B
CSS
|
|
/*---Lock Icon Recolor---*/
|
|
.icon__67ab4:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
|
|
fill: #fffaa0 !important;
|
|
border: 1px solid rebeccapurple !important;
|
|
}
|