From 79404c875dbf20ba783c72b31111c6e2228d28a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Aug 2022 14:38:49 -0400 Subject: begin rehighlighting of custom info in templates --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 24ce191..99c0a5e 100644 --- a/static/style.css +++ b/static/style.css @@ -324,3 +324,9 @@ br { #servicelist li:hover .title, .desc, .tags { display: none ; } + +mark { + background: unset ; + color: orange ; + font-weight: bold ; +} -- cgit v1.2.3