diff --git a/src/styles/app.scss b/src/styles/app.scss index 5da091e..586d751 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -14,7 +14,7 @@ */ $primary: #2c3a47; -$link: #44b9a0; +$link: #44b9a2; $light-link: lighten($link, 45%); $family-primary: "Courier Prime", monospace; @@ -42,6 +42,7 @@ body { } @media screen and (min-width: 769px) { + html, body { overflow-y: hidden; @@ -92,6 +93,7 @@ a { } @media print { + html, body { overflow-y: auto; @@ -111,4 +113,4 @@ pre { code { font-family: var(--font-family); -} +} \ No newline at end of file