[CodeFactor] Apply fixes to commit 4851d31

This commit is contained in:
codefactor-io 2023-10-26 12:14:17 +00:00
parent 4851d3113e
commit efae8fe06e
No known key found for this signature in database
GPG key ID: B66B2D63282C190F

View file

@ -216,12 +216,12 @@ onMounted(shuffleCards);
</template>
<style>
.grayscale {
filter: grayscale(100%);
transition: filter 0.3s ease-in-out;
}
.grayscale {
filter: grayscale(100%);
transition: filter 0.3s ease-in-out;
}
.grayscale:hover {
filter: grayscale(0);
}
</style>
.grayscale:hover {
filter: grayscale(0);
}
</style>