diff --git a/register-verification-completed.html b/register-verification-completed.html index aaf69a0..046e1fe 100644 --- a/register-verification-completed.html +++ b/register-verification-completed.html @@ -31,10 +31,7 @@ position: center; margin: auto; text-align: center; - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; - border-top-left-radius: 20px; - border-top-right-radius: 20px; + border-radius: 20px; background-color: #212226; } diff --git a/register-verification-sent.html b/register-verification-sent.html index 9094b2f..8ef65e9 100644 --- a/register-verification-sent.html +++ b/register-verification-sent.html @@ -31,10 +31,7 @@ position: center; margin: auto; text-align: center; - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; - border-top-left-radius: 20px; - border-top-right-radius: 20px; + border-radius: 20px; background-color: #212226; } diff --git a/register.html b/register.html index 823775c..e1f61d9 100644 --- a/register.html +++ b/register.html @@ -55,10 +55,7 @@ position: center; margin: auto; text-align: center; - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; - border-top-left-radius: 20px; - border-top-right-radius: 20px; + border-radius: 20px; background-color: #212226; }