1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 14:25:32 -04:00

minor hugo template refactoring before updating

This commit is contained in:
2021-12-18 10:36:18 -05:00
parent 0bac7577a6
commit 76cceb0001
23 changed files with 133 additions and 120 deletions

View File

@@ -27,6 +27,8 @@ body {
}
code,
kbd,
samp,
pre,
.monospace {
font-family: settings.$font-stack-mono;
@@ -42,6 +44,8 @@ pre,
}
code,
kbd,
samp,
pre,
.monospace {
font-family: settings.$font-stack-mono-variable;
@@ -55,6 +59,8 @@ pre,
// Roboto Mono doesn't have this problem, but the above fix breaks it, of course.
code,
kbd,
samp,
pre,
.monospace {
font-style: italic !important;