diff options
Diffstat (limited to 'static/pages/login/index.css')
| -rw-r--r-- | static/pages/login/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/pages/login/index.css b/static/pages/login/index.css index f4a99ba..d9d0f41 100644 --- a/static/pages/login/index.css +++ b/static/pages/login/index.css @@ -37,7 +37,7 @@ background: #0000; } -#box button { +#box #submit { border-top-left-radius: 0px; border-bottom-left-radius: 0px; background: var(--page-background); @@ -46,7 +46,7 @@ background: #0000; } -#username { +#username-label { position: absolute; top: calc(50% - 40px); left: 50%; |