1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

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

View File

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