Fix code font being too light on some devices

This commit is contained in:
Shadowfacts 2019-09-16 17:52:59 -04:00
parent 3c5995cf02
commit 6c6fa182af
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// Fonts
$sansSerif: Avenir, Lucida Grande, Arial, sans-serif;
$serif: Charter, Georgia, serif;
$monospace: SF Mono, Courier New, monospace;
$monospace: SF Mono, monospace;
// General
body {