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; -}