mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
style/quick search results: refactor
This commit is contained in:
committed by
Elian Doran
parent
934c9d3df8
commit
620b57bfa6
@@ -98,6 +98,14 @@ const TPL = /*html*/`
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
/* Search result highlighting */
|
||||
.quick-search .search-result-title b,
|
||||
.quick-search .search-result-content b,
|
||||
.quick-search .search-result-attributes b {
|
||||
color: var(--admonition-warning-accent-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.quick-search .dropdown-divider {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user