Skip to content

Commit a20375a

Browse files
committed
refactor(todo-app): minor refinements
1 parent 6a83c96 commit a20375a

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

todo-app/src/app/styles/normalize.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ html {
1010
scroll-behavior: smooth;
1111
}
1212

13+
body {
14+
margin: 0;
15+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
16+
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
17+
sans-serif;
18+
-webkit-font-smoothing: antialiased;
19+
-moz-osx-font-smoothing: grayscale;
20+
}
21+
22+
code {
23+
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
24+
monospace;
25+
}
26+
27+
1328
// scrollbar
1429
::-webkit-scrollbar {
1530
width: 8px;

todo-app/src/index.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

todo-app/src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import './index.css';
43
import App from 'app';
54
import reportWebVitals from './reportWebVitals';
65

0 commit comments

Comments
 (0)