This commit is contained in:
Thomas G 2023-03-19 22:37:24 +11:00
parent 7e59c724c5
commit 73d5d4c3b7
1 changed files with 3 additions and 3 deletions

View File

@ -784,9 +784,9 @@ body {
border-color: white;
border-radius: 5px;
margin: 30px auto 0 auto;
background: rgb(0 0 0 / 53%);
background: rgba(0,0,0,0.5);
/* Fallback for IE 11*/
background-color: rgb(0 0 0 / 53%);}
background-color: rgba(0,0,0,0.5);}
.content_signup h1,
.content_signup a,
@ -1095,7 +1095,7 @@ button:hover.greenbutton {
#footer a,
#footer_signup p,
#footer_signup a {
color: black;
color: white;
}
#ColorChooser {