diff --git a/src/shared/themes/default.ts b/src/shared/themes/default.ts index e58a8b2b..c698cc96 100644 --- a/src/shared/themes/default.ts +++ b/src/shared/themes/default.ts @@ -3,7 +3,7 @@ import { AppThemeConfiguration } from './app-theme-types'; export const defaultTheme: AppThemeConfiguration = { app: { 'overlay-header': - 'linear-gradient(transparent 0%, rgb(0 0 0 / 75%) 100%), var(--theme-background-noise)', + 'linear-gradient(transparent 0%, rgb(0 0 0 / 85%) 100%), var(--theme-background-noise)', 'overlay-subheader': 'linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, var(--theme-colors-background) 100%), var(--theme-background-noise)', 'root-font-size': '16px',