change indicator color on hover signaling clickability

This commit is contained in:
LordElias 2024-09-16 15:52:35 +02:00 committed by GitHub
parent e2326dcbc4
commit 282d53b372
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,3 +13,7 @@
.vc-uvs-indicator > svg {
fill: dodgerblue;
}
.vc-uvs-indicator > svg:hover {
fill: deepskyblue;
}