monospace system fonts for code FTW

This commit is contained in:
2019-10-01 23:07:29 -04:00
parent b1550c23e6
commit 272c928206
+21 -20
View File
@@ -88,8 +88,8 @@ body {
background-image: underline-hack($color-links); background-image: underline-hack($color-links);
background-position: 0% 100%; background-position: 0% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-bottom: $link-underline-size;
background-size: 0% $link-underline-size; background-size: 0% $link-underline-size;
padding-bottom: $link-underline-size;
transition: background-size 0.25s ease-in-out; transition: background-size 0.25s ease-in-out;
&:hover { &:hover {
@@ -434,8 +434,9 @@ body {
} }
code { code {
font-family: monospace; // https://markdotto.com/2018/02/07/github-system-fonts/
font-size: 1.2em; font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", "Courier", monospace;
font-size: 0.9em;
padding: 0.2em; padding: 0.2em;
background: $color-super-duper-light; background: $color-super-duper-light;
border: 1px solid $color-super-light; border: 1px solid $color-super-light;
@@ -567,6 +568,10 @@ body {
width: 50%; width: 50%;
} }
&#blog {
font-size: 1em;
}
&#info { &#info {
font-size: 0.7em; font-size: 0.7em;
@@ -575,10 +580,6 @@ body {
white-space: pre; white-space: pre;
} }
} }
&#blog {
font-size: 1em;
}
} }
} }
@@ -588,19 +589,6 @@ body {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
main#archive section.year div {
font-size: 1em;
}
main#single article {
width: 100%;
max-width: 100%;
div#info h1 {
font-size: 1.7em;
}
}
header { header {
margin-top: 0; margin-top: 0;
margin-bottom: 20px; margin-bottom: 20px;
@@ -633,6 +621,19 @@ body {
} }
} }
} }
main#archive section.year div {
font-size: 1em;
}
main#single article {
width: 100%;
max-width: 100%;
div#info h1 {
font-size: 1.7em;
}
}
} }
} }