Skip to content

Commit 54dd10b

Browse files
committed
Font family needed for textarea
1 parent cc62871 commit 54dd10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {overflow: hidden;
2525

2626
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
2727
a {color: #fff; text-decoration: none}
28-
input, textarea {padding: 4px; border: 1px solid #555; background-color: #444; color: #fff}
28+
input, textarea {font-family: arial, verdana, helvetica, sans-serif; padding: 4px; border: 1px solid #555; background-color: #444; color: #fff}
2929
input:focus, textarea:focus {
3030
outline: none;
3131
-webkit-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);

0 commit comments

Comments
 (0)