diff --git a/src/app/chart-palettes.ts b/src/app/chart-palettes.ts index 96f6e96d2..bc00ffe21 100644 --- a/src/app/chart-palettes.ts +++ b/src/app/chart-palettes.ts @@ -1,11 +1,12 @@ -// export const publicationColor = '#F181AE'; -// export const publicationTooltipColor = '#a52e5d'; -export const publicationColor = '#263C7E'; -export const publicationTooltipColor = '#1c2d5e'; -export const publicationBackgroundColor = '#8197D9'; +export const publicationColor = '#F181AE'; +export const publicationTooltipColor = '#a52e5d'; +export const publicationBackgroundColor = '#f8d5e3'; +// export const publicationColor = '#263C7E'; +// export const publicationTooltipColor = '#1c2d5e'; +// export const publicationBackgroundColor = '#8197D9'; -// export const datasetColor = '#A98BD4'; -export const datasetColor = '#916AC8'; +export const datasetColor = '#A98BD4'; +// export const datasetColor = '#916AC8'; export const datasetTooltipColor = '#7658a1'; export const datasetBackgroundColor = '#e2daf0'; @@ -23,11 +24,11 @@ export const journalsBackgroundColor = '#FBE8B1'; export const policiesColor = '#639C66'; export const policiesTooltipColor = '#306933'; -// export const softwareColor = '#C2155A'; -export const softwareColor = '#9C0D38'; +export const softwareColor = '#C2155A'; +// export const softwareColor = '#9C0D38'; -// export const otherResearchProductsColor = '#00CCCC'; -export const otherResearchProductsColor = '#17BEBB'; +export const otherResearchProductsColor = '#00CCCC'; +// export const otherResearchProductsColor = '#17BEBB'; export const nonOAColor = '#787878'; diff --git a/src/app/shared/topmenu/top-menu.component.html b/src/app/shared/topmenu/top-menu.component.html index 6b31853cf..c133cf170 100644 --- a/src/app/shared/topmenu/top-menu.component.html +++ b/src/app/shared/topmenu/top-menu.component.html @@ -122,9 +122,9 @@