Redundant font definitions in CSS

This commit is contained in:
Mikael Nordfeldth 2016-03-10 15:15:06 +01:00
parent 5ca2a28246
commit 0f5ebb6827
1 changed files with 0 additions and 5 deletions

View File

@ -16,14 +16,9 @@ body {
/* background-color: #C6C8CC;
background-image: url(../images/bg.png); */
background-color: #e9eaed;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222;
}
input, textarea, select, option {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {color: #666;}
a:hover {color: #a22430;}