Css changes to start site

This commit is contained in:
2020-12-13 17:09:08 +01:00
parent 03e5e1b455
commit 8946853604
2 changed files with 6 additions and 2 deletions

View File

@@ -17,10 +17,10 @@ div.userLogin {
input.email_input {
background-color: transparent;
border: transparent;
border-bottom: 2px solid red;
border-bottom: 2px solid greenyellow;
color: #FFF;
font-size: xx-large;
width: fit-content;
width: 100%;
}
input.password_input {