summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
commit79404c875dbf20ba783c72b31111c6e2228d28a2 (patch)
tree1a80d0322bf9f81cf26da2204d95c98db854d93b /static
parentef1b2105e344e201e3f92ebece9d28efd58dbcac (diff)
begin rehighlighting of custom info in templates
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 ;
+}