diff --git a/client/components/App.js b/client/components/App.js
index bd40fcf..273cc59 100644
--- a/client/components/App.js
+++ b/client/components/App.js
@@ -8,7 +8,7 @@ export default class App extends React.Component {
return
The easiest way to send someone a file.
Drag the file into this window to get started.
@@ -54,7 +54,7 @@ export default class UploadPage extends React.Component {Processing...
diff --git a/css/index.styl b/css/index.styl index 9ad7fe1..379b4b2 100644 --- a/css/index.styl +++ b/css/index.styl @@ -8,7 +8,7 @@ light-gray = #EEE light-green = #AEE239 light-red = #E23430 light-yellow = #FFE476 -red = #C40D08 +red = #ae1e1d @keyframes rotate { from { transform: rotate(0deg) } @@ -20,7 +20,7 @@ global-reset() html, body { height: 100% } h1 { - color: green + color: red font: bold 32px/40px "Quicksand", sans-serif text-align: center margin: 0 0 10px