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.

15 lines
409 B

  1. @import "../app/assets/stylesheets/fonts/roboto";
  2. @import "../app/assets/stylesheets/fonts/roboto-mono";
  3. #root {
  4. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  5. background: #282c37;
  6. font-size: 13px;
  7. line-height: 18px;
  8. font-weight: 400;
  9. color: #fff;
  10. padding-bottom: 140px;
  11. text-rendering: optimizelegibility;
  12. font-feature-settings: "kern";
  13. padding: 4rem;
  14. }