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,9 +1,12 @@
// All these imports are almost exclusively for the Admin.
// We should not be loading them for the main frontend UI.
// order matters!
import '../styles/variables.css';
import '../styles/global.less';
import '../styles/globals.scss';
import '../styles/ant-overrides.scss';
import '../styles/markdown-editor.scss';
// import '../styles/ant-overrides.scss';
// import '../styles/markdown-editor.scss';
import '../styles/main-layout.scss';