[BUGFIX] Set input font/background color

This commit is contained in:
Xaver Maierhofer 2019-04-26 22:43:00 +02:00
parent ddb1482a67
commit 8959e1e7cb
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ header {
border-bottom: 1px solid darken($color-white, 10%);
}
textarea,
input {
background: transparent;
color: $color-black, 100;
}
h1,
h2,
h3,