Created
August 15, 2020 02:05
-
-
Save DevotionGeo/06a49efe34203ecbcb62a02c9dc0c37f to your computer and use it in GitHub Desktop.
Stylus Styles for code snippets on Learning.Oreilly
This file contains 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
table.processedcode, #sbo-rt-content .codeline, #sbo-rt-content .codeinfo { | |
font-family: Iosevka, 'Ubuntu Mono', monospace !important; | |
letter-spacing: 0.2px; | |
} | |
.scalefonts #sbo-rt-content td { | |
font-size: 17px !important; | |
} | |
#sbo-rt-content .string { | |
font-style: normal; | |
} | |
.scalefonts #sbo-rt-content div p { | |
font-size: 19px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment