Font family needed for textarea

This commit is contained in:
Matt Pass
2014-09-18 09:15:46 +01:00
parent cc62871815
commit 54dd10b3bd

View File

@@ -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);