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

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Sat, 08 Oct 2022 23:40:28 GMT
// Generated on Mon, 10 Oct 2022 01:29:18 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -57,9 +57,11 @@
@theme-color-palette-11: var(--color-owncast-palette-11); // Fun color 1
@theme-color-palette-12: var(--color-owncast-palette-12); // Fun color 2
@theme-color-palette-13: var(--color-owncast-palette-13); // Fun color 3
@theme-color-palette-14: var(--color-owncast-palette-14); // Light background
@theme-color-palette-error: var(--color-owncast-palette-error); // Error
@theme-color-palette-warning: var(--color-owncast-palette-warning); // Warning
@theme-color-background-main: var(--theme-color-palette-3); // Light primary
@theme-color-background-light: var(--theme-color-palette-14); // Light background
@theme-color-background-header: var(--theme-color-palette-0); // Dark primary
@theme-color-background-chat: var(--theme-color-palette-4); // Light secondary
@theme-color-action: var(--theme-color-palette-6); // Text link/secondary light text
@@ -123,6 +125,7 @@
@color-owncast-palette-11: #2386e2; // Fun color 1
@color-owncast-palette-12: #da9eff; // Fun color 2
@color-owncast-palette-13: #42bea6; // Fun color 3
@color-owncast-palette-14: #f0f3f8; // Light background
@color-owncast-palette-error: #ff4b39; // Error
@color-owncast-palette-warning: #ffc655; // Warning
@font-owncast-body: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';