github.com/tilt-dev/tilt@v0.36.0/web/src/index.scss (about) 1 @import "constants.scss"; 2 3 html { 4 width: 100%; 5 height: 100%; 6 color-scheme: dark; 7 } 8 body { 9 margin: 0; 10 padding: 0; 11 font-family: $font-monospace; 12 background-color: $color-gray-20; 13 color: $color-white; 14 font-size: $font-size; 15 line-height: 1.5; 16 width: 100%; 17 height: 100%; 18 } 19 20 code { 21 font-family: $font-monospace; 22 cursor: text; 23 } 24 25 ul { 26 margin: 0; 27 padding: 0; 28 } 29 30 p { 31 margin: 0; 32 } 33 34 a { 35 color: inherit; 36 } 37 38 .MuiTypography-body1 { 39 font-family: inherit !important; 40 font-size: inherit !important; 41 }