diff options
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 ; +} |
