blob: 6058d658b3be32b7ab19d085b87149c231d1e8a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@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;
}
|