mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: improve search precision
This commit is contained in:
@@ -225,12 +225,6 @@ pre.code {
|
||||
|
||||
}
|
||||
|
||||
mark {
|
||||
background: #fef3ac;
|
||||
color: #262626;
|
||||
padding: 0 1px;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
@@ -735,11 +729,19 @@ a.navigation {
|
||||
/* text mark/highlight */
|
||||
|
||||
mark {
|
||||
background: #fef3ac;
|
||||
color: #262626;
|
||||
padding: 2px 4px;
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* search results */
|
||||
.search-results mark {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* page reference */
|
||||
|
||||
.page-reference {
|
||||
|
||||
Reference in New Issue
Block a user