mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
style(website): colored download links
This commit is contained in:
parent
a5c7f4221b
commit
cb63e88cdc
@ -27,6 +27,15 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.download-card a {
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download-card a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.download-options {
|
||||
justify-content: flex-end;
|
||||
align-items: stretch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user