From 842a5e712bbc07dff1c200c179777fb0399738a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Sun, 23 Feb 2025 23:05:04 +0100 Subject: [PATCH] Update highlighting style. --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;