From b6fd4c4836e1ecc5084c3df2e090c6d59cf26ddc Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sun, 1 Dec 2019 08:27:53 +0200 Subject: [PATCH] Change link color --- _includes/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_includes/style.scss b/_includes/style.scss index 65f59ee..b7daab0 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -2,6 +2,7 @@ $backgroundcolor: #555; $textcolor: #FCFCFC; $accentcolor: #FCFCFC; $lightcolor: #555; +$linkcolor: #1B619F; @font-face { font-family: 'Montreal'; @@ -136,6 +137,14 @@ li { text-align: left; } +a { + color: $linkcolor; +} + +a:hover { + color: lighten($linkcolor, 10%); +} + #col1, #col2 { display: table-cell;