[BUGFIX] Set input font/background color
This commit is contained in:
parent
ddb1482a67
commit
8959e1e7cb
@ -13,6 +13,12 @@ header {
|
|||||||
border-bottom: 1px solid darken($color-white, 10%);
|
border-bottom: 1px solid darken($color-white, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea,
|
||||||
|
input {
|
||||||
|
background: transparent;
|
||||||
|
color: $color-black, 100;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
Loading…
Reference in New Issue
Block a user