Created
August 19, 2013 00:17
-
-
Save mmmattos/6264814 to your computer and use it in GitHub Desktop.
Userscript to patch style for Quartz (qz.com)// ==UserScript==
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @name Resize Quartz fonts. | |
// @namespace http://profiles.google.com/mmmattos | |
// @version 0.1 | |
// @description To improve browsing readability of Quartz | |
// @match qz.com/* | |
// @require https://gist.github.com/mmmattos/6264214/raw/755d33de2038afe4d82fef4bf41b3824ee25effa/jsLib.js | |
// @copyright 2013, Miguel Mattos | |
// ==/UserScript== | |
addCustomStyle('.anno-span { font-weight: bold;font-size: 16px ! important; }'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment