mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
style(website): colored download links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user