diff --git a/static/style.css b/static/style.css index cdc453b..493a929 100644 --- a/static/style.css +++ b/static/style.css @@ -143,7 +143,7 @@ body nav input { } .results-box ul li span.match { - text-decoration: underline red; + background: yellow; } .results-box ul li .search-result-break::before { @@ -685,6 +685,10 @@ tr.__table-separator { border-bottom: 1px solid #fff; } + .results-box ul li span.match { + background: #886600; + } + /* Code blocks */ .highlight pre { padding: 1ex;