styles.html 423 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<!-- style overrides for dartdoc -->
<style>
  header {
    background-color: #917FFF;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    background-color: #fdfdfd;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
  }

  h1 {
    font-size: 42px !important;
    letter-spacing: -1px;
    line-height: 1;
  }

  h2 {
    font-size: 32px;
  }

  pre > code {
    font-size: 14px;
  }
</style>