diff --git a/airtime_mvc/public/css/radio-page/img/background-testing-3.jpg b/airtime_mvc/public/css/radio-page/img/background-testing-3.jpg new file mode 100644 index 000000000..8564e6069 Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/background-testing-3.jpg differ diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index ad07f4562..635c9bc3c 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -1,5 +1,5 @@ html { - background: url("img/background-testing-2.jpg") no-repeat center center fixed; + background: url("img/background-testing-3.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; @@ -37,7 +37,7 @@ body { } .login-btn a { - color: #459B8F; + color: #fff; text-decoration: none; }