diff --git a/frontend/src/themes/main.ts b/frontend/src/themes/main.ts index ea31a12d6f465669f51713c388c6bbfe4267191e..7260af94be9584e0db3ccf8554265be5d13e52cf 100644 --- a/frontend/src/themes/main.ts +++ b/frontend/src/themes/main.ts @@ -8,7 +8,7 @@ const mainTheme: ThemeOptions = { appMaxWidth: '110rem', deactivatedColor: '#C9C9C9', textWhite: 'white', - footerLinkBgColor: '#202020', // Move to theme if UiB wants a different color + footerLinkBgColor: '#202020', }, // No palette section defined here, it is up to the different institutions to define colours that override the default ones from Material UI components: { diff --git a/frontend/src/themes/uib.ts b/frontend/src/themes/uib.ts index 8313b97716a3e06c04446c04c0bc5fa687f2b6cf..428117be89871422641b16a537ac2914dba881cb 100644 --- a/frontend/src/themes/uib.ts +++ b/frontend/src/themes/uib.ts @@ -5,9 +5,7 @@ import { ThemeOptions } from '@mui/material' */ const uibTheme: ThemeOptions = { greg: { - appMinWidth: '60rem', - appMaxWidth: '110rem', - deactivatedColor: '#C9C9C9', + footerLinkBgColor: '#63b5cc', }, typography: { fontFamily: ['Open Sans', 'Roboto'].join(','), diff --git a/frontend/src/themes/uio.ts b/frontend/src/themes/uio.ts index 8a5c81570bfbab4c6151816f9e70aa03f2bd42fb..89be1f7c1cf7c11b6a48f9e0f40238e03d78526c 100644 --- a/frontend/src/themes/uio.ts +++ b/frontend/src/themes/uio.ts @@ -1,6 +1,9 @@ import { ThemeOptions } from '@mui/material' const uioTheme: ThemeOptions = { + greg: { + footerLinkBgColor: '#202020', + }, palette: { primary: { main: '#000000',