From 11158519f5cdc5074cd1ed8e5b407330980f2a24 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 7 Sep 2023 12:34:00 +0200 Subject: [PATCH] change link color --- src/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index 586d751..095ebe5 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -14,7 +14,7 @@ */ $primary: #2c3a47; -$link: #44b9a2; +$link: #445fb9; $light-link: lighten($link, 45%); $family-primary: "Courier Prime", monospace;