mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
don't apply font, size and color to every element
This commit is contained in:
parent
83d5350c81
commit
69627def2a
@ -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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user