1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 19:15:48 -04:00

style & homepage tweaks

This commit is contained in:
2019-12-09 23:33:16 -05:00
parent ac89ef7412
commit fb55b3fe8b
13 changed files with 296 additions and 187 deletions

View File

@@ -9,7 +9,7 @@ main#single {
article div {
&#content {
font-weight: 400;
line-height: 1.8;
line-height: 1.7;
h1,
h2,
@@ -106,7 +106,7 @@ main#single {
// all code
div.highlight, code {
// https://markdotto.com/2018/02/07/github-system-fonts/
font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", "Courier", monospace;
font-family: $system-fonts-monospace;
background: $color-super-duper-light;
font-size: 0.9em;
page-break-inside: avoid;