diff --git a/src/index.css b/src/index.css index c161b9b..4918d62 100644 --- a/src/index.css +++ b/src/index.css @@ -2,16 +2,13 @@ html { box-sizing: border-box; } -*, -*:before, -*:after { +*, *:before, *:after { box-sizing: inherit; } -html,body{ +html, body { margin: 0; padding: 0; - width: 100%; height: 100%; } @@ -20,7 +17,12 @@ body { font-family: sans-serif; } -#root{ +#root { width: 100%; height: 100%; +} + +a { + color: inherit; + text-decoration: none; } \ No newline at end of file