Larger font size, increased line height, and the beautiful Fira Code font.
Pretty Codewars by goodjack
Mirrored from https://raw.githubusercontent.com/goodjack/pretty-codewars/master/style.user.css
Details
Authorgoodjack
LicenseCC-BY-4.0
Categorycodewars
Created
Updated
Size817 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pretty Codewars
@version 3.0.0
@namespace github.com/goodjack/pretty-codewars
@description Larger font size, increased line height, and the beautiful Fira Code font.
@author goodjack <goodjack@users.noreply.github.com> (https://github.com/goodjack)
@homepageURL https://github.com/goodjack/pretty-codewars
@supportURL https://github.com/goodjack/pretty-codewars/issues
@license CC-BY-4.0
==/UserStyle== */
@-moz-document domain("codewars.com") {
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap");
.CodeMirror pre.CodeMirror-line {
font-size: 17px;
line-height: 1.6;
font-family: "Fira Code";
}
code {
font-family: "Fira Code" !important;
}
}