diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 5ed0f003..39aa2693 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -7,6 +7,7 @@ body, html { margin: 0; padding: 0; background: #4e5969; + -webkit-font-smoothing: subpixel-antialiased; } body { overflow-y: scroll; } body.noscroll { overflow: hidden; }