mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
Prettified Code!
This commit is contained in:
parent
662ba32f3a
commit
594507ad14
1 changed files with 12 additions and 4 deletions
|
@ -23,8 +23,12 @@
|
||||||
--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, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
--theme-text-body-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont,
|
||||||
--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', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple 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;
|
||||||
|
@ -67,6 +71,10 @@
|
||||||
--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, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
--font-owncast-body: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||||
--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';
|
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI 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…
Reference in a new issue