diff --git a/webclient/src/App.css b/webclient/src/App.css index 87d6178..40d4027 100644 --- a/webclient/src/App.css +++ b/webclient/src/App.css @@ -41,7 +41,7 @@ body { text-align: center; } -.container p { +p { color: white; font-size: 2em; margin: 0.25em; diff --git a/webclient/src/App.js b/webclient/src/App.js index c21801a..04cc8b3 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -111,9 +111,7 @@ function App() { } : -
- Loading... -
+

Loading...

} );