From d97a68d281a35925e766ce88125342577fcd86fc Mon Sep 17 00:00:00 2001
From: Nils Windisch <windisch@sub.uni-goettingen.de>
Date: Thu, 5 Aug 2021 13:01:42 +0200
Subject: [PATCH] style: change website color to (University) Blue

closes #97
---
 src/.vuepress/enhanceApp.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/.vuepress/enhanceApp.js b/src/.vuepress/enhanceApp.js
index 8d7a112..8b6f8c8 100755
--- a/src/.vuepress/enhanceApp.js
+++ b/src/.vuepress/enhanceApp.js
@@ -14,8 +14,8 @@ export default ({
     theme: {
       themes: {
         light: {
-          primary: '#583c33',
-          secondary: '#5a5b3c',
+          primary: '#1A3771',
+          secondary: '#475987',
           accent: '#bdbdbd'
         }
       },
-- 
GitLab