Css input/select styling tweak (#91)

* css styling tweaks

* bundle

* apply styling to textarea as well

* bundle, whitespace
This commit is contained in:
f0x52
2021-07-08 18:00:23 +02:00
committed by GitHub
parent 05e62479c8
commit 2cebac592f
2 changed files with 14 additions and 14 deletions

View File

@@ -138,18 +138,18 @@ section.login form {
grid-gap: 0.7rem;
}
section.login form input {
border: 1px solid #fafaff;
color: #fafaff;
background: #525c66;
width: 100%;
}
section.login form button {
place-self: center;
grid-column: 2;
}
input, select, textarea {
border: 1px solid #fafaff;
color: #fafaff;
background: #525c66;
width: 100%;
}
footer {
align-self: end;