Skip to content

Commit

Permalink
remove optimizeLegibility for performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
李方舟 committed Mar 13, 2016
1 parent a41f755 commit 9235e4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/common/main.css
Expand Up @@ -169,9 +169,6 @@
* {
font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Segoe UI Symbol", sans-serif !important;
}
html {
text-rendering: optimizeLegibility;
}
::selection {
color: rgba(255, 255, 255, .85);
background: rgba(83, 186, 237, .85);
Expand Down Expand Up @@ -811,7 +808,7 @@ p.pm-parent {
.pagination .more {
color: #666 !important;
text-shadow: 0 1px rgba(255, 255, 255, .9);
background:
background:
-webkit-linear-gradient(
#f5f5f5,
#e5e5e5
Expand Down

0 comments on commit 9235e4f

Please sign in to comment.