remove double scale-up

This commit is contained in:
2023-07-18 18:17:47 +02:00
parent 5ab93629a0
commit 9b407430d0

View File

@@ -8,8 +8,9 @@
svg{
transition: 100ms;
}
svg:hover{
scale: 1.1;
svg:hover,
svg:focus
{
--icon_fill: var(--red);
}
</style>