From f9ecf53ddd1e69de0c91601c33c5d0e88e38b346 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 20 Aug 2023 14:24:46 +0200 Subject: [PATCH] minilittlechange of colour --- src/styles/app.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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