fix(account page): buttons unreadable on hover on accounts/profile page (fehmer) (#5292)

This commit is contained in:
Christian Fehmer 2024-04-09 11:45:10 +02:00 committed by GitHub
parent f2714c0a43
commit 5e7a609689
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,6 +128,7 @@
border-radius: 0;
&:hover {
color: var(--bg-color);
background-color: var(--text-color);
}
}
}