Skip to content

Commit 156e9c6

Browse files
authored
Merge pull request #1576 from Abscissa/patch-1
Fix: Invisible input/textarea text for light-on-dark systems
2 parents af1b24d + c5ebd4d commit 156e9c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ body > .container
7979
position: relative;
8080
}
8181

82+
input, textarea
83+
{
84+
background: white;
85+
color: #333;
86+
}
87+
8288
/* top nav bar */
8389

8490
#top

0 commit comments

Comments
 (0)