I cannot deal with the purple modals anymore

This commit is contained in:
Gabe Kangas
2022-05-27 14:43:43 -07:00
parent dacfaba32b
commit 24738d7410
3 changed files with 7 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
// Do not edit directly
// Generated on Fri, 27 May 2022 05:16:28 GMT
// Generated on Fri, 27 May 2022 21:42:18 GMT
@text-color: var(--theme-text-color);
@text-color-secondary: var(--theme-text-color-secondary);
@link-color: var(--theme-link-color);
@popover-background: #6941c6;
@popover-background: var(--theme-text-color-secondary);
@background-color-light: var(--theme-background-secondary);
@layout-body-background: var(--theme-background);
@primary-color: #6941c6;