diff --git a/src/App.js b/src/App.js index 83d2614..39d9c2d 100644 --- a/src/App.js +++ b/src/App.js @@ -12,10 +12,10 @@ const App = () => { - + - + diff --git a/src/Intro.js b/src/Intro.js index 4f888b1..7bc7310 100644 --- a/src/Intro.js +++ b/src/Intro.js @@ -7,10 +7,10 @@ const Intro = () => {

welcome to dungeon solitaire (in beta)

pick a difficulty:

- + - +
diff --git a/src/index.css b/src/index.css index ec2585e..e8c77d2 100644 --- a/src/index.css +++ b/src/index.css @@ -5,6 +5,7 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + background-color: #282c34; } code { diff --git a/src/index.js b/src/index.js index 3eff0a0..69d7a3b 100644 --- a/src/index.js +++ b/src/index.js @@ -1,8 +1,7 @@ -import React from 'react'; import ReactDOM from 'react-dom'; -import './index.css'; import App from './App'; import { BrowserRouter } from 'react-router-dom'; +import './index.css'; ReactDOM.render(