msc-viewer

A possibly better way to display the Matrix Spec Changes
git clone git://archive.git.mtrnord.blog/MTRNord/msc-viewer.git
Log | Files | Refs | README | LICENSE

global.scss (329B)


      1 body {
      2     background: var(--colors-slate-700, #334155);
      3     font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      4     font-size: 1.125rem;
      5     line-height: 1.6;
      6 }
      7 
      8 h1,
      9 h2,
     10 h3 {
     11     line-height: 1;
     12 }
     13 
     14 html,
     15 body,
     16 form {
     17     margin: 0 auto;
     18     min-width: 100%;
     19     min-height: 100%;
     20 }