Skip to content

Commit

Permalink
Merge pull request #14 from digirati-co-uk/theme-colors
Browse files Browse the repository at this point in the history
theme colours for IDA-1124
  • Loading branch information
Heather0K committed Mar 26, 2024
2 parents 4069d98 + 105662d commit 2d6fcd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/themes/ida-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const theme: MadocTheme = {
header: {
headerBackground: '#002d4b',
headerText: 'white',
searchBorder: '#B1E0FF',
},
footer: {
background: '#002d4b',
Expand All @@ -14,6 +15,10 @@ const theme: MadocTheme = {
fonts: {
fontFamily: "'IBM Plex Sans', sans-serif",
},
accent: {
primary: '#B1E0FF',
secondary: '#B1E0FF',
}
},
header: 'dark',
fonts: 'default',
Expand Down

0 comments on commit 2d6fcd1

Please sign in to comment.