Change text colour
This commit is contained in:
parent
ef743f7e84
commit
f6059c9390
@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #aac4ee;
|
background-color: #aac4ee;
|
||||||
color: #359aff;
|
color: #0280e5;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 60px; /*Footer height*/
|
padding-bottom: 60px; /*Footer height*/
|
||||||
@ -40,14 +40,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-info {
|
.form-info {
|
||||||
color: #3c78d8;
|
color: #0280e5;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-description {
|
.form-description {
|
||||||
color: #3c78d8;
|
color: #0280e5;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user