diff options
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 8e366ab..27a9f0a 100644 --- a/html/style.css +++ b/html/style.css @@ -62,9 +62,11 @@ h1, h2 { .status-OPEN { background-color: #00ff00; + color: #000; } .status-CLOSED { background-color: #303030; + color: #fafafa; } .status-UNCONF { background-color: #ff8100; |
