Correct css attribute to remove chrome's added blue outline

This commit is contained in:
Niles Rogoff 2017-02-15 11:57:40 -05:00
parent a46facd800
commit 4fa2098dc6
No known key found for this signature in database
GPG Key ID: B78B908F23430F80
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ a:hover {
input { input {
font-size: 1.5em; font-size: 1.5em;
appearance: none; outline: none;
border: solid 1px #ddd; border: solid 1px #ddd;
padding: 10px; padding: 10px;
margin-top: 100px; /* dirty hack, can be removed */ margin-top: 100px; /* dirty hack, can be removed */