diff --git a/extension/content.css b/extension/content.css index 70ac1737d1c0..6e6417075642 100755 --- a/extension/content.css +++ b/extension/content.css @@ -105,3 +105,9 @@ .file-navigation a[href$="/pull/new/master"] { display: none !important; } + +/* increase the font size of code */ +.blob-code-inner { + font-size: 16px !important; + line-height: 24px; +}