Add and use additional light background color for custom page content
This commit is contained in:
@@ -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}'
|
||||
|
||||
@@ -73,6 +73,9 @@ color:
|
||||
13:
|
||||
value: '#42bea6'
|
||||
comment: 'Fun color 3'
|
||||
14:
|
||||
value: '#f0f3f8'
|
||||
comment: 'Light background'
|
||||
error:
|
||||
value: '#ff4b39'
|
||||
comment: 'Error'
|
||||
|
||||
Reference in New Issue
Block a user