diff options
Diffstat (limited to 'static/stylesheets/mauve.css')
-rw-r--r-- | static/stylesheets/mauve.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css index cac6833..64a95db 100644 --- a/static/stylesheets/mauve.css +++ b/static/stylesheets/mauve.css @@ -23,16 +23,15 @@ tr { border-bottom: none; } -tr.urgent { +tr.urgent.raised { background-color: #f88; } -tr.normal { - /* Mauve, as defined by wikipedia. */ +tr.normal.raised { background-color: #ff8; } -tr.low { +tr.low.raised { background-color: #8f8; } |