Skip to content

Commit c5ebd4d

Browse files
authored
Fix: Invisible input/textarea text for light-on-dark systems
1 parent c78ba9f commit c5ebd4d

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)