Skip to content

Commit

Permalink
theme colours for IDA-1124
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather0K committed Mar 22, 2024
1 parent 4069d98 commit 105662d
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 105662d

Please sign in to comment.