1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 00:25:28 -04:00

style updates

This commit is contained in:
2021-11-14 11:25:03 -05:00
parent 52d2460275
commit 4f5feb47a5
4 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ pre,
// https://caniuse.com/#feat=variable-fonts
@supports (font-variation-settings: normal) {
body {
font-family: settings.$font-stack-variable;
font-family: settings.$font-stack-sans-variable;
font-optical-sizing: auto;
}
@@ -104,7 +104,7 @@ main {
$properties: (
color: "links",
),
$addTransitions: (
$moreTransitions: (
background-size 0.25s ease-in-out,
)
);