summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 6 insertions, 0 deletions
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 ;
+}