Make the code font your monospace font.
github.com by michaeleii
Details
Authormichaeleii
LicenseNo License
Categorygithub.com
Created
Updated
Size280 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 github.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("github.com") {
:root {
--fontStack-monospace: monospace;
}
}