From e1225e76f6f09702996bbc672a00a10205d4d813 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Thu, 16 Apr 2020 20:57:00 +0100 Subject: [PATCH] Had messed up the CSS file --- assets/css/main.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 251c6a1..9e56110 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -12,8 +12,7 @@ /* Colors */ $text-color: #fff6fbb9 !default; $primary-color: #790b61 !default; -$code-background-color: mix(#000, $background-color, 15%) !default; -$code-background-color-dark: mix(#000, $background-color, 20%) !default; +$link-color: $primary-color !default; $link-color-hover: mix(#fff, $link-color, 25%) !default; $link-color-visited: mix(#000, $link-color, 25%) !default;