fix(theme): don't update opacity on hover (#2326)

pull/2353/head
JD Solanki 1 year ago committed by GitHub
parent c20bd28331
commit 35f8b89637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,10 +35,6 @@ const { currentLang } = useLangs()
transition: opacity 0.25s;
}
.title:hover {
opacity: 0.6;
}
@media (min-width: 960px) {
.title {
flex-shrink: 0;

Loading…
Cancel
Save