Skip to content

Commit

Permalink
Improve search match highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 28, 2016
1 parent 3a0ba89 commit 03f1ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/flexpane/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

span.match {
background: $color-base;
background: rgba($color-red, 0.25);
border-radius: 3px;
padding: 3px;
}
Expand Down

0 comments on commit 03f1ed9

Please sign in to comment.