This commit is contained in:
Thomas G 2023-03-19 22:45:44 +11:00
parent 73d5d4c3b7
commit 484c84ff35
1 changed files with 3 additions and 2 deletions

View File

@ -784,9 +784,10 @@ body {
border-color: white;
border-radius: 5px;
margin: 30px auto 0 auto;
background: rgba(0,0,0,0.5);
/* Fallback for IE 11*/
background-color: rgba(0,0,0,0.5);}
background-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}
.content_signup h1,
.content_signup a,