apply styling to textarea as well

This commit is contained in:
f0x 2021-07-08 16:57:23 +02:00
commit 1b37afa9a8

View file

@ -151,7 +151,7 @@ section.login {
}
}
input, select {
input, select, textarea {
border: 1px solid $fg;
color: $fg;
background: $bg;