mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Color fixes
This commit is contained in:
parent
63629afede
commit
0ab5622756
|
@ -1,5 +1,3 @@
|
|||
import 'react-toastify/dist/ReactToastify.css';
|
||||
|
||||
import { ToastContainer, type ToastContainerProps } from 'react-toastify';
|
||||
|
||||
import { useConceptTheme } from '../context/ThemeContext';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import 'react-toastify/dist/ReactToastify.css';
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
@ -40,8 +42,8 @@
|
|||
--cd-fg-100: #e4e4e7;
|
||||
|
||||
--cd-prim-bg-100: #e66000;
|
||||
--cd-prim-bg-80: #b36800;
|
||||
--cd-prim-bg-60: #663c00;
|
||||
--cd-prim-bg-80: #cc7700;
|
||||
--cd-prim-bg-60: #995900;
|
||||
|
||||
--cd-prim-fg-60: #ffa666;
|
||||
--cd-prim-fg-80: #ff6a00;
|
||||
|
@ -50,6 +52,9 @@
|
|||
--cd-red-bg-100: #4d0000;
|
||||
--cd-red-fg-100: #ff334b;
|
||||
--cd-green-fg-100: #22c55e;
|
||||
|
||||
/* Import overrides */
|
||||
--toastify-color-dark: var(--cd-bg-60);
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
Loading…
Reference in New Issue
Block a user