- adding icons to buttons

- styling modals for dark mode
This commit is contained in:
Amruth Pillai
2020-07-03 19:37:23 +05:30
parent 3a1d42025f
commit 24fed8ff3f
9 changed files with 24 additions and 11 deletions

6
src/styles/colors.css Normal file
View File

@ -0,0 +1,6 @@
:root {
--color-primary: #444;
--color-primary-dark: #333;
--color-inverse: #fff;
--color-inverse-dark: #f5f5f5;
}

View File

@ -2,6 +2,10 @@
@import "~react-toastify/dist/ReactToastify.css";
@import "./toastify.css";
:root {
@apply transition-colors duration-200 ease-in-out;
}
html,
body {
font-size: 12px;