php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit f6059c9390 - Show all commits

View File

@ -1,6 +1,6 @@
body {
background-color: #aac4ee;
color: #359aff;
color: #0280e5;
font-family: sans-serif;
text-align: center;
padding-bottom: 60px; /*Footer height*/
@ -40,14 +40,14 @@ body {
}
.form-info {
color: #3c78d8;
color: #0280e5;
font-size: 17px;
font-weight: bolder;
margin-bottom: 4px;
}
.form-description {
color: #3c78d8;
color: #0280e5;
padding-top: 5px;
padding-bottom: 5px;
}