From c1d35e8a57c76c3013dcf9495663567e2ba8da93 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 10 May 2013 15:19:39 +0200 Subject: [PATCH] Stop blinking text when scrolling in webkit --- couchpotato/static/style/main.css | 1 + 1 file changed, 1 insertion(+) 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; }