mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
decrease brightness of header overlay on dark
This commit is contained in:
parent
eb078d62cd
commit
062c1c2b61
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { AppThemeConfiguration } from './app-theme-types';
|
||||||
export const defaultTheme: AppThemeConfiguration = {
|
export const defaultTheme: AppThemeConfiguration = {
|
||||||
app: {
|
app: {
|
||||||
'overlay-header':
|
'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':
|
'overlay-subheader':
|
||||||
'linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, var(--theme-colors-background) 100%), var(--theme-background-noise)',
|
'linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, var(--theme-colors-background) 100%), var(--theme-background-noise)',
|
||||||
'root-font-size': '16px',
|
'root-font-size': '16px',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue