From 54dd10b3bd390f3642d24505da36d22113f9de2d Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 18 Sep 2014 09:15:46 +0100 Subject: [PATCH] Font family needed for textarea --- lib/github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github.css b/lib/github.css index f6699b5..94d5231 100644 --- a/lib/github.css +++ b/lib/github.css @@ -25,7 +25,7 @@ body {overflow: hidden; h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px} a {color: #fff; text-decoration: none} -input, textarea {padding: 4px; border: 1px solid #555; background-color: #444; color: #fff} +input, textarea {font-family: arial, verdana, helvetica, sans-serif; padding: 4px; border: 1px solid #555; background-color: #444; color: #fff} input:focus, textarea:focus { outline: none; -webkit-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);