diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-08-07 14:38:49 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-07 14:38:49 -0400 |
| commit | 79404c875dbf20ba783c72b31111c6e2228d28a2 (patch) | |
| tree | 1a80d0322bf9f81cf26da2204d95c98db854d93b /static/style.css | |
| parent | ef1b2105e344e201e3f92ebece9d28efd58dbcac (diff) | |
begin rehighlighting of custom info in templates
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 6 |
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 ; +} |
