revert: button hover changes

This commit is contained in:
Sven Brodny
2024-03-11 10:16:20 +01:00
parent cbd0773bd5
commit d2263d06a9
3 changed files with 0 additions and 20 deletions

View File

@@ -85,12 +85,9 @@ const { data } = await getEntry('i18n', lang ?? 'en');
text-decoration: none;
font-size: var(--sl-text-sm);
background: var(--sl-color-text-accent);
transition: var(--button-transition);
&:hover {
top: unset;
transform: var(--button-transform);
transition: var(--button-transition);
}
}
}