Add and use additional light background color for custom page content

This commit is contained in:
Gabe Kangas
2022-10-09 18:41:52 -07:00
parent c0021f1f9a
commit 34a5104a6d
6 changed files with 38 additions and 62 deletions

View File

@@ -84,6 +84,9 @@ theme:
13:
value: 'var(--color-owncast-palette-13)'
comment: '{color.owncast.palette.13.comment}'
14:
value: 'var(--color-owncast-palette-14)'
comment: '{color.owncast.palette.14.comment}'
error:
value: 'var(--color-owncast-palette-error)'
comment: '{color.owncast.palette.error.comment}'
@@ -95,6 +98,9 @@ theme:
main:
value: 'var(--theme-color-palette-3)'
comment: '{theme.color.palette.3.comment}'
light:
value: 'var(--theme-color-palette-14)'
comment: '{theme.color.palette.14.comment}'
header:
value: 'var(--theme-color-palette-0)'
comment: '{theme.color.palette.0.comment}'

View File

@@ -73,6 +73,9 @@ color:
13:
value: '#42bea6'
comment: 'Fun color 3'
14:
value: '#f0f3f8'
comment: 'Light background'
error:
value: '#ff4b39'
comment: 'Error'