Skip to content

Commit

Permalink
Supports new code view
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex authored Feb 26, 2023
1 parent 5832b16 commit 085f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name JetBrainsMono4GitHub
// @namespace https://userscript.clazex.net/
// @version 1.4.0
// @version 1.5.0
// @description Change GitHub code view font to JetBrains Mono
// @license MIT
// @author Clazex
Expand All @@ -18,5 +18,5 @@

(function() {
"use strict";
GM_addStyle(".blob-code-inner,.CodeMirror-lines { font-family: 'JetBrains Mono', monospace !important; font-size: 1em !important; }");
GM_addStyle(".blob-code-inner,.CodeMirror-lines,.react-code-text { font-family: 'JetBrains Mono', monospace !important; font-size: 1em !important; }");
})();

0 comments on commit 085f0cc

Please sign in to comment.