From 62092f222a04fbe71055bf8f231fffe653db6061 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 19 Aug 2022 00:34:21 +0200 Subject: [PATCH] Match theme to logo --- _sass/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index dd0881e..a8bafa5 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -1,7 +1,7 @@ $theme-width: 1280px; $theme-width-sidebar: 250px; $theme-index-column-width: 384px; -$theme-hue: 215; +$theme-hue: 200; $theme-content-background: hsl($theme-hue, 33%, 20%); $theme-content-color: hsl($theme-hue, 0%, 90%); $theme-header-logo-height: 90px;