Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Removed subpixel
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown committed Mar 10, 2014
1 parent 22726bc commit 0daea58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Youpp.app/Contents/Resources/app.nw/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {
background-color: #fff;
color: #444;
-webkit-user-select: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
overflow: visible;
}
a {
Expand Down Expand Up @@ -102,6 +102,7 @@ input, textarea, select, button {
transition: 0.25s background-color;
-webkit-user-select: text;
cursor: text;
-webkit-font-smoothing: inherit;
}
.box, input {
border: 0.2em solid #444;
Expand Down

0 comments on commit 0daea58

Please sign in to comment.