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')
|
||||
}
|
||||
|
||||
& * {
|
||||
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 *
|
||||
|
Loading…
Reference in New Issue
Block a user