Fixed typo/bug in colour

This commit is contained in:
Taylor Courage 2025-03-08 09:33:04 -05:00
parent e289e9c2f4
commit 8d2cca0438

View File

@ -33,7 +33,7 @@
#loginForm input { #loginForm input {
background-color: rgba(255, 255, 255, 0.6); background-color: rgba(255, 255, 255, 0.6);
border-style: 1px solid blue; border-style: 1px solid rgb(0, 0, 255);
} }
#loginForm label { #loginForm label {
@ -49,7 +49,7 @@
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0);
border-radius: 6px; border-radius: 6px;
border: 1px solid blue; border: 1px solid rgb(0, 0, 255);
box-shadow: 0px 2px 4px; box-shadow: 0px 2px 4px;
} }