From deecf1ea0f5d3ec50161d806d07c01144b49016b Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 23 Mar 2018 00:35:23 +0530 Subject: [PATCH] Reformat main css + disable default styling on link/a tags --- src/index.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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