Changed radio page background image
This commit is contained in:
parent
ba2aeae7b4
commit
1cdeddc3b3
Binary file not shown.
After Width: | Height: | Size: 571 KiB |
|
@ -1,5 +1,5 @@
|
||||||
html {
|
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;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
|
@ -37,7 +37,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-btn a {
|
.login-btn a {
|
||||||
color: #459B8F;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue