Skip to content

Commit

Permalink
Increase selected search items outline width
Browse files Browse the repository at this point in the history
  • Loading branch information
adesurirey committed Aug 20, 2020
1 parent c925736 commit 1983fa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/notes-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ mark,
.md-search-select {
outline: 2px solid var(--primary-color);
}
.outline-item.select, .ty-search-item-line.select, .ty-search-item.select {
outline-width: 2px;
}
.outline-item.select {
outline-offset: 0px;
}

blockquote {
margin-left: -14px;
Expand Down

0 comments on commit 1983fa8

Please sign in to comment.