From 8709bcf1e2c4aa7f43354a519fdce3adda330a32 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 21 Mar 2024 23:54:34 +0200 Subject: [PATCH] add highlight decoration --- src/webui/search.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/webui/search.php b/src/webui/search.php index 365d53d..541e5f7 100644 --- a/src/webui/search.php +++ b/src/webui/search.php @@ -245,6 +245,12 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu line-height: 16px; } + main > div > div > b + main > div > div > a > b { + color: #dbb133; + font-weight: bold; + } + main > div > div > a { font-size: 12px; }