style.css (676B)
1 body{ 2 max-width:650px; 3 margin:40px auto; 4 padding:0 10px; 5 font:18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 6 color:#444 7 } 8 9 h1,h2,h3{line-height:1.2} 10 11 h2 { 12 margin-top: 2em; 13 } 14 15 li{line-height:1} 16 17 @media (prefers-color-scheme: dark){ 18 body{ 19 color:#c9d1d9; 20 background:#0d1117; 21 } 22 a:link{color:#58a6ff} 23 a:visited{color:#8e96f0} 24 } 25 26 .description { 27 font-size: 16px; 28 } 29 30 table { 31 width: 100%; 32 } 33 34 td { 35 vertical-align: top; 36 } 37 38 a { 39 text-decoration: none; 40 color: black; 41 }