diff options
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/nextshows.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/styles/nextshows.css b/www/styles/nextshows.css index 73efce8..67ae14c 100644 --- a/www/styles/nextshows.css +++ b/www/styles/nextshows.css @@ -103,3 +103,10 @@ span.show-title { #shows div:first-child span.show-title { font-size: 1.2em; } + +.soon { + background-color: #f0ad4e !important; +} +.imminent { + background-color: #d9534f !important; +} |