diff --git a/app/app/styles/base.scss b/app/app/styles/base.scss index 5311bf6b..d47ae371 100644 --- a/app/app/styles/base.scss +++ b/app/app/styles/base.scss @@ -111,6 +111,7 @@ html { font-size: 14px; height: 100%; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); } @@ -124,6 +125,7 @@ a { text-decoration: none; cursor: pointer; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); a:focus,