From 945f59236861d91bd9b4a0d5ec5b024dd9a59bfb Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 21 Sep 2020 02:15:30 +0800 Subject: [PATCH] background color tweaks --- _sass/minimal-mistakes/skins/_custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minimal-mistakes/skins/_custom.scss b/_sass/minimal-mistakes/skins/_custom.scss index 099a188..21f995b 100644 --- a/_sass/minimal-mistakes/skins/_custom.scss +++ b/_sass/minimal-mistakes/skins/_custom.scss @@ -3,14 +3,14 @@ ========================================================================== */ /* Colors */ -$background-color: #141010 !default; +$background-color: #181818 !default; $text-color: #fff6fb !default; $primary-color: #00adb5 !default; $border-color: mix(#fff, $background-color, 20%) !default; $code-background-color: mix(#000, $background-color, 15%) !default; $code-background-color-dark: mix(#000, $background-color, 20%) !default; $form-background-color: mix(#000, $background-color, 15%) !default; -$footer-background-color: mix($primary-color, #000, 10%) !default; +$footer-background-color: #000 !default; $link-color: $primary-color !default; $link-color-hover: mix(#fff, $link-color, 25%) !default; $link-color-visited: mix(#000, $link-color, 25%) !default; -- 2.45.2