Css changes to start site

This commit is contained in:
2020-12-13 17:18:56 +01:00
parent 0cffad8ed0
commit 3be9c3b665
+2 -2
View File
@@ -17,10 +17,10 @@ div.userLogin {
input.email_input { input.email_input {
background-color: transparent; background-color: transparent;
border: transparent; border: transparent;
border-bottom: 2px solid red; border-bottom: 2px solid greenyellow;
color: #FFF; color: #FFF;
font-size: xx-large; font-size: xx-large;
width: fit-content; width: 100%;
} }
input.password_input { input.password_input {