Skip to content
Snippets Groups Projects
Commit 3889753f authored by Tore.Brede's avatar Tore.Brede
Browse files

Merge branch 'GREG-109_change_uib_footer_colour' into 'master'

GREG-109: Changing UiB colour for new footer section

See merge request !177
parents 47f1a9ef 684799ee
No related branches found
No related tags found
1 merge request!177GREG-109: Changing UiB colour for new footer section
Pipeline #101308 passed
......@@ -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: {
......
......@@ -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(','),
......
import { ThemeOptions } from '@mui/material'
const uioTheme: ThemeOptions = {
greg: {
footerLinkBgColor: '#202020',
},
palette: {
primary: {
main: '#000000',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment