From ede3113d9cfa3bbf159265fb5c559faaf535e37d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 27 Feb 2023 12:21:23 +0100 Subject: [PATCH] Accent color on hover in contacts --- sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 1e92e2f..90abce7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -463,6 +463,10 @@ body.noscroll { a { text-decoration: none; color: inherit; + + &:hover { + color: lighten($col-accent, 25%); + } } } }