forked from shadowfacts/shadowfacts.net
Fix code font being too light on some devices
This commit is contained in:
parent
3c5995cf02
commit
6c6fa182af
|
@ -4,7 +4,7 @@
|
||||||
// Fonts
|
// Fonts
|
||||||
$sansSerif: Avenir, Lucida Grande, Arial, sans-serif;
|
$sansSerif: Avenir, Lucida Grande, Arial, sans-serif;
|
||||||
$serif: Charter, Georgia, serif;
|
$serif: Charter, Georgia, serif;
|
||||||
$monospace: SF Mono, Courier New, monospace;
|
$monospace: SF Mono, monospace;
|
||||||
|
|
||||||
// General
|
// General
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in New Issue