From 4c0b098e53e12f47bc8aa5417d5b03efa8fb6ca5 Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Mon, 7 Jun 2021 15:04:33 +0200 Subject: [PATCH] Fix contrast issue --- themes/maik-blog/assets/scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/maik-blog/assets/scss/_variables.scss b/themes/maik-blog/assets/scss/_variables.scss index 733cfe3..46c1f85 100644 --- a/themes/maik-blog/assets/scss/_variables.scss +++ b/themes/maik-blog/assets/scss/_variables.scss @@ -4,7 +4,7 @@ $light-background: #fff; $light-background-secondary: #eaeaea; $light-color: #222; -$light-color-secondary: #999; +$light-color-secondary: #767676; $light-border-color: #dcdcdc; /* dark theme colors */