From d37a1e5a85f33cba1cb1caf1ff6f88575cce5529 Mon Sep 17 00:00:00 2001 From: Moritz Firsching Date: Sun, 22 Sep 2024 21:01:06 +0200 Subject: [PATCH] change colors --- home_page/assets/css/style.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home_page/assets/css/style.scss b/home_page/assets/css/style.scss index 312da21..a2f55e2 100644 --- a/home_page/assets/css/style.scss +++ b/home_page/assets/css/style.scss @@ -1,8 +1,11 @@ ---- ---- /* In this file you can add css rules overriding rules defined by your Jekyll theme. */ +$section-headings-color: #9c160a; +$header-bg-color: #9c160a; +$header-bg-color-secondary: #fff581; + + /* Import the CSS from the specified theme */ @import "{{ site.theme }}";