You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import "../app/assets/stylesheets/fonts/roboto";
|
|
@import "../app/assets/stylesheets/fonts/roboto-mono";
|
|
|
|
#root {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
background: #282c37;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
font-weight: 400;
|
|
color: #fff;
|
|
padding-bottom: 140px;
|
|
text-rendering: optimizelegibility;
|
|
font-feature-settings: "kern";
|
|
padding: 4rem;
|
|
}
|