Skip to content

Commit

Permalink
Merge pull request #252 from zachbornheimer/master
Browse files Browse the repository at this point in the history
Remove Font Blur on Retina Displays
  • Loading branch information
dziudek committed Aug 5, 2013
2 parents 3b6188a + 480c3c1 commit 2c0c30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MeetGavernWP/css/shortcodes.template.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

body.loaded .gk-big-header {
-webkit-filter: blur(0px);
-webkit-filter: none;
}

.gk-big-header span {
Expand Down Expand Up @@ -117,4 +117,4 @@ body.loaded .gk-big-header {
.gk-yellow-button:hover {
background: #333;
color: #fff;
}
}

0 comments on commit 2c0c30b

Please sign in to comment.