diff --git a/src/index.css b/src/index.css index a17c855..c6c5460 100644 --- a/src/index.css +++ b/src/index.css @@ -23,7 +23,7 @@ } body { - background-color: #fff; + background: var(--black-color); /* background-image: url('./assets/background.png'); */ background-size: auto 100%; background-position: center center; diff --git a/src/styles/globalStyles.jsx b/src/styles/globalStyles.jsx index 10a4f6a..76be016 100644 --- a/src/styles/globalStyles.jsx +++ b/src/styles/globalStyles.jsx @@ -84,9 +84,14 @@ img { height: auto; } +input, textarea, select, button { + font: inherit; +} + button { cursor: pointer; border: none; + } `;