Fix newsletter Issue hover

Caused by reveal animation from Anime
This commit is contained in:
2021-12-15 22:32:01 +01:00
parent 551991d407
commit 9e27dbbabe

View File

@@ -65,7 +65,7 @@
// Hover
&:hover {
background: $color-cream;
transform: rotate(-1deg) translateZ(0);
transform: rotate(-1.25deg) translateZ(0) !important;
dt {
color: $color-primary;