mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
fix(website): hover effect for buttons
This commit is contained in:
parent
c4354032b5
commit
d66505e5bc
@ -27,12 +27,12 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.download-card a {
|
||||
.download-card a:not(.button) {
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download-card a:hover {
|
||||
.download-card a:not(.button):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user