From 33bd6dad4af9ce69531d0b93a438309d21b08181 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 15 Apr 2023 15:48:28 +0200 Subject: [PATCH] More contrast in base colors --- sass/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 501f929..d555ebf 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -6,8 +6,8 @@ $width-narrow: $width-wrap*0.75; $col-accent: #fc0; $col-dark: #131516; -$col-medium: lighten($col-dark, 4); -$col-light: lighten($col-dark, 18); +$col-medium: lighten($col-dark, 8); +$col-light: lighten($col-dark, 30); $col-white: #e8e6e3; $col-offwhite: darken($col-white, 25);