diff options
| author | Horus3 | 2015-02-25 16:41:52 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-25 16:41:52 +0100 |
| commit | 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (patch) | |
| tree | 4fbd8a283ef7ab13f92e11e5030ad5c362be4524 /static/css/style.css | |
| parent | 9e1d8d0fb2b57903b1c6c0c2765b7808655c74a0 (diff) | |
| download | statuspage-49ffcba2c3c4a19d147dd792d7f6c99b7545a491.tar.gz | |
UX on front end.
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/css/style.css b/static/css/style.css index 2da531b..e043272 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -8,15 +8,15 @@ body { } a { - color: #3083D6; + color: rgba(255, 255, 255, 0.84); } /* navbar */ .navbar-default { - background-color: #3083D6 ; - border-color: #3083D6 ; - background: #3083D6 ; + background-color: #009587; + border-color: #009587; + background: #009587; } .navbar-default .navbar-brand { @@ -39,9 +39,9 @@ a { /* footer */ .footer { - background-color: #3083D6 ; - border-color: #3083D6 ; - background: #3083D6 ; + background-color: #009587; + border-color: #009587; + background: #009587; color: white ; position: absolute; bottom: 0; |
