mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Regenerate styles
This commit is contained in:
parent
4da64a6b35
commit
9e5ff5f35c
@ -6,7 +6,7 @@ import { Color, ColorRow } from './Color';
|
|||||||
# Colors
|
# Colors
|
||||||
|
|
||||||
These colors are assigned in our [color token](https://github.com/owncast/owncast/tree/webv2/web/style-definitions/tokens/color) files
|
These colors are assigned in our [color token](https://github.com/owncast/owncast/tree/webv2/web/style-definitions/tokens/color) files
|
||||||
and get reflected here as they change.
|
and get reflected here as they change. run `npm build-styles` to regenerate.
|
||||||
|
|
||||||
Toggle dark mode on and off in the above toolbar to see how these colors look on a dark vs. light background.
|
Toggle dark mode on and off in the above toolbar to see how these colors look on a dark vs. light background.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Do not edit directly
|
// Do not edit directly
|
||||||
// Generated on Wed, 10 Aug 2022 02:31:18 GMT
|
// Generated on Sun, 14 Aug 2022 18:44:29 GMT
|
||||||
//
|
//
|
||||||
// How to edit these values:
|
// How to edit these values:
|
||||||
// Edit the corresponding token file under the style-definitions directory
|
// Edit the corresponding token file under the style-definitions directory
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Do not edit directly
|
* Do not edit directly
|
||||||
* Generated on Wed, 10 Aug 2022 02:31:18 GMT
|
* Generated on Sun, 14 Aug 2022 18:44:29 GMT
|
||||||
*
|
*
|
||||||
* How to edit these values:
|
* How to edit these values:
|
||||||
* Edit the corresponding token file under the style-definitions directory
|
* Edit the corresponding token file under the style-definitions directory
|
||||||
@ -23,12 +23,8 @@
|
|||||||
--theme-text-primary: #030208; /* The color of the text in the application. */
|
--theme-text-primary: #030208; /* The color of the text in the application. */
|
||||||
--theme-text-secondary: #63638e;
|
--theme-text-secondary: #63638e;
|
||||||
--theme-text-link: #5353a6;
|
--theme-text-link: #5353a6;
|
||||||
--theme-text-body-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont,
|
--theme-text-body-font-family: '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';
|
||||||
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
|
--theme-text-display-font-family: 'Poppins', 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';
|
||||||
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
||||||
--theme-text-display-font-family: 'Poppins', 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';
|
|
||||||
--theme-background-primary: #fffcf2; /* The main background color of the page. */
|
--theme-background-primary: #fffcf2; /* The main background color of the page. */
|
||||||
--theme-background-secondary: #f0efe4; /* A secondary background color used in sections and controls. */
|
--theme-background-secondary: #f0efe4; /* A secondary background color used in sections and controls. */
|
||||||
--theme-rounded-corners: 0.5em;
|
--theme-rounded-corners: 0.5em;
|
||||||
@ -71,10 +67,6 @@
|
|||||||
--color-owncast-background-primary: #fffcf2;
|
--color-owncast-background-primary: #fffcf2;
|
||||||
--color-owncast-background-secondary: #f0efe4;
|
--color-owncast-background-secondary: #f0efe4;
|
||||||
--rounded-corners: 0.5em;
|
--rounded-corners: 0.5em;
|
||||||
--font-owncast-body: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
--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';
|
||||||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
--font-owncast-display: 'Poppins', 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';
|
||||||
'Segoe UI Symbol', 'Noto Color Emoji';
|
|
||||||
--font-owncast-display: 'Poppins', 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';
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user