This commit is contained in:
Thomas G 2023-03-19 22:24:08 +11:00
parent 392f4d589f
commit 45d9e23f01
1 changed files with 13 additions and 10 deletions

View File

@ -776,14 +776,17 @@ body {
} }
.content_signup { .content_signup {
color: black; color: white;
width: 970px; max-width: 500px;
padding: 5px; padding: 5px;
border-style: solid;
border-width: 3px;
border-color: white;
border-radius: 5px;
margin: 30px auto 0 auto; margin: 30px auto 0 auto;
background: rgb(255, 255, 255); background: rgb(0 0 0 / 53%);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgb(255, 255, 255); background-color: rgb(0 0 0 / 53%);}
}
.content_signup h1, .content_signup h1,
.content_signup a, .content_signup a,
@ -1079,12 +1082,12 @@ button:hover.greenbutton {
#footer_signup { #footer_signup {
text-align: center; text-align: center;
width: 970px; max-width: 500px;
margin: auto auto; margin: auto auto;
padding: 1em 5px; padding: 1em 5px;
background: #e6e6e6; /* background: #e6e6e6; */
/* Fallback for IE 11*/ /* Fallback for IE 11 */
background-color: #e6e6e6; /* background-color: #e6e6e6; */
min-height: fit-content; min-height: fit-content;
} }
@ -1092,7 +1095,7 @@ button:hover.greenbutton {
#footer a, #footer a,
#footer_signup p, #footer_signup p,
#footer_signup a { #footer_signup a {
color: #555; color: black;
} }
#ColorChooser { #ColorChooser {