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

Commit

Permalink
Better bandaid style fix for plus.google.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cochrane committed Jan 3, 2018
1 parent ed92eb9 commit 93f4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/decorate/fix-plus.google.com.vala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Not really something I want to build into Odysseus as I'd rather focus it should
this only covers the symptoms, and not the real issue. */
namespace Odysseus.Traits {
public void fix_google_plus(WebKit.WebView web) {
var css = new WebKit.UserStyleSheet("* {font-family: sans-serif;}",
var css = new WebKit.UserStyleSheet("* {-webkit-font-smoothing: subpixel-anialiased;}",
WebKit.UserContentInjectedFrames.TOP_FRAME,
WebKit.UserStyleLevel.USER,
new string[] {"https://plus.google.com/*"}, new string[0]);
Expand Down

0 comments on commit 93f4dd2

Please sign in to comment.