mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
style(website): colored download links
This commit is contained in:
parent
a5c7f4221b
commit
cb63e88cdc
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue