Comment out the old ant overrides and try to make colors match design

This commit is contained in:
Gabe Kangas
2022-05-26 22:23:43 -07:00
parent da0a2f5f5d
commit db184c74dd
9 changed files with 37 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 18 May 2022 00:35:52 GMT
* Generated on Fri, 27 May 2022 05:16:28 GMT
*/
:root {
@@ -9,7 +9,8 @@
--link-color: var(--theme-link-color);
--popover-background: #6941c6;
--background-color-light: var(--theme-background-secondary);
--primary-color: #9e77ed;
--layout-body-background: var(--theme-background);
--primary-color: #6941c6;
--info-color: #667085;
--success-color: #12b76a;
--warning-color: #f79009;
@@ -18,15 +19,15 @@
--green-base: #12b76a;
--red-base: #f04438;
--orange-base: #f79009;
--theme-primary-color: #9e77ed; /* The primary color of the application used for rendering controls. */
--theme-primary-color: #6941c6; /* The primary color of the application used for rendering controls. */
--theme-text-color: #d0d5dd; /* The color of the text in the application. */
--theme-text-color-secondary: #667085;
--theme-link-color: #9e77ed;
--theme-font-family: 'Inter', 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: #1b1a26; /* The main background color of the page. */
--theme-background-secondary: #16151f; /* A secondary background color used in sections and controls. */
--theme-background: #202232; /* The main background color of the page. */
--theme-background-secondary: #282a30; /* A secondary background color used in sections and controls. */
--theme-rounded-corners: 5px; /* The radius of rounded corners used in places. */
--theme-success-color: #12b76a;
--theme-info-color: #d6bbfb;
@@ -60,8 +61,8 @@
--color-owncast-logo-purple: #7871ff;
--color-owncast-logo-pink: #c98bfe;
--color-owncast-logo-blue: #2086e1;
--color-owncast-background: #1b1a26;
--color-owncast-background-secondary: #16151f;
--color-owncast-background: #202232;
--color-owncast-background-secondary: #282a30;
--font-owncast-family: 'Inter', 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';
@@ -76,6 +77,6 @@
--white-88: #667085;
--purple-dark: #42307d;
--default-link-color: #6941c6;
--default-bg-color: #1b1a26;
--default-bg-color: #202232;
--default-text-color: #f2f4f7;
}