From 621747305e13295f9aef73534180c0b2f28acff2 Mon Sep 17 00:00:00 2001 From: Rodrigo Pombo Date: Mon, 4 Feb 2019 20:52:48 -0300 Subject: [PATCH] Move css to html --- public/index.html | 20 +++++++++++++++++++- src/index.css | 16 ---------------- 2 files changed, 19 insertions(+), 17 deletions(-) delete mode 100755 src/index.css diff --git a/public/index.html b/public/index.html index adbd651..f3cf7dd 100755 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,25 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Github History + diff --git a/src/index.css b/src/index.css deleted file mode 100755 index c67b788..0000000 --- a/src/index.css +++ /dev/null @@ -1,16 +0,0 @@ -body { - margin: 0; - padding: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - background-color: rgb(1, 22, 39); - color: rgb(214, 222, 235); -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", - monospace; -}