From a09d1c34053ca61086ec97cf4c15d49010c3641e Mon Sep 17 00:00:00 2001
From: Tore Brede <Tore.Brede@uib.no>
Date: Mon, 20 Dec 2021 14:45:06 +0100
Subject: [PATCH] GREG-157: Changing background colour of link section to
 create more contrast with text colour

---
 frontend/src/themes/uib.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/themes/uib.ts b/frontend/src/themes/uib.ts
index 428117be..518a4535 100644
--- a/frontend/src/themes/uib.ts
+++ b/frontend/src/themes/uib.ts
@@ -5,7 +5,7 @@ import { ThemeOptions } from '@mui/material'
  */
 const uibTheme: ThemeOptions = {
   greg: {
-    footerLinkBgColor: '#63b5cc',
+    footerLinkBgColor: '#383838',
   },
   typography: {
     fontFamily: ['Open Sans', 'Roboto'].join(','),
-- 
GitLab