don't apply font, size and color to every element

This commit is contained in:
Sérgio Ramos 2017-01-09 12:36:44 +00:00
parent 83d5350c81
commit 69627def2a
1 changed files with 6 additions and 8 deletions

View File

@ -18,14 +18,12 @@ module.exports = styled.div`
src: url('../../shared/fonts/LibreFranklin.ttf') format('truetype') src: url('../../shared/fonts/LibreFranklin.ttf') format('truetype')
} }
& * {
font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont, font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #373A3C; color: #373A3C;
background-color: #FFFFFF; background-color: #FFFFFF;
}
/************************************************************************** /**************************************************************************
* NORMALIZE.CSS * * NORMALIZE.CSS *