Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 8959e1e

Browse files
committed
[BUGFIX] Set input font/background color
1 parent ddb1482 commit 8959e1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scss/modules/_base.scss

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ header {
1313
border-bottom: 1px solid darken($color-white, 10%);
1414
}
1515

16+
textarea,
17+
input {
18+
background: transparent;
19+
color: $color-black, 100;
20+
}
21+
1622
h1,
1723
h2,
1824
h3,

0 commit comments

Comments
 (0)