diff --git a/src/App.css b/src/App.css index ae50583..7d0865b 100644 --- a/src/App.css +++ b/src/App.css @@ -4,4 +4,6 @@ --blue: #4f8cdd; --black: #3b2c41; --green: #a3ffc1; + --bg: #fff; + --text: #333; } diff --git a/src/App.js b/src/App.js index 49ac630..3ef5321 100644 --- a/src/App.js +++ b/src/App.js @@ -6,6 +6,9 @@ import Inc from './components/Inc'; import Mount from './components/Mount'; import Hover from './components/Hover'; import Cookie from "./components/Cookie"; +import Script from './components/Script'; +import Local from './components/Local'; +import Theme from './components/Theme'; import { PageWrapper } from "./state"; import Nav from "./components/Nav"; import Menu from "./Menu"; @@ -25,10 +28,13 @@ function App() {