diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index c9238ff5..00557085 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -77,6 +77,15 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ opactity:80%; } +.alarmed-header { + background: #ba3e3e; + color:#ffffff; + border-color: #ba3e3e; + border-style: solid; + border-width:1px; + opactity:80%; +} + .footer { background: #666666; border-color:#AAAAAA; |
