1
0
mirror of https://github.com/franjsco/tomadoro synced 2025-01-03 10:09:38 +01:00

Update global style

This commit is contained in:
Francesco Esposito 2019-04-03 22:58:00 +02:00
parent 28ead16c4c
commit d4a57c2e83
3 changed files with 1 additions and 16 deletions

View File

@ -8,7 +8,7 @@ class App extends Component {
return (
<div className="App">
<div
className="App-header title"
className="App-header"
>
tomadoro
</div>

View File

@ -1,14 +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;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}

View File

@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import 'bootstrap/dist/css/bootstrap.min.css';
import App from './App';
import * as serviceWorker from './serviceWorker';