diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles/main.css b/static/styles/main.css index deea098..3523c5c 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -25,6 +25,10 @@ th, td { border: 1px solid black; } +span.tag { + background-color: palegoldenrod; +} + .hover-help { cursor: help; user-select: none; |