Skip to content

Commit

Permalink
Remove padding on result text highlight (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
senthil10 authored Jan 22, 2025
1 parent 0abbcec commit 40366f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,7 @@ h5 a:hover {
transition: 0.1s;
text-decoration: none;
}

#search-results mark {
padding: 0;
}

0 comments on commit 40366f7

Please sign in to comment.