github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/web/src/index.scss (about)

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