style.css (1459B)
1 body { font-family: monospace; margin: 2em auto; max-width: 70em; padding: 0 1em; color: #222; } 2 a { color: #06c; text-decoration: none; } 3 a:hover { text-decoration: underline; } 4 h1, h2 { font-weight: normal; } 5 table { border-collapse: collapse; } 6 td, th { padding: 0.15em 0.6em; text-align: left; vertical-align: top; } 7 hr { border: 0; border-top: 1px solid #ddd; margin: 1em 0; } 8 pre { overflow-x: auto; } 9 #blob { white-space: pre; } 10 .desc { color: #666; } 11 .url { color: #888; font-size: 0.9em; } 12 .linecount { color: #888; padding-right: 1em; text-align: right; } 13 .A { color: #080; } 14 .D { color: #a00; } 15 .H { font-weight: bold; background: #f4f4f4; } 16 .O { color: #666; } 17 img { max-width: 100%; } 18 #md { font-family: -apple-system, system-ui, sans-serif; line-height: 1.5; } 19 #md h1, #md h2, #md h3, #md h4 { font-weight: 600; margin: 1.2em 0 0.4em; } 20 #md h1 { font-size: 1.6em; border-bottom: 1px solid #ddd; padding-bottom: 0.2em; } 21 #md h2 { font-size: 1.3em; border-bottom: 1px solid #eee; padding-bottom: 0.2em; } 22 #md code { font-family: monospace; background: #f4f4f4; padding: 0.1em 0.3em; border-radius: 3px; font-size: 0.9em; } 23 #md pre { background: #f4f4f4; padding: 0.8em; border-radius: 3px; } 24 #md pre code { background: none; padding: 0; font-size: 0.9em; } 25 #md blockquote { border-left: 3px solid #ddd; margin: 0; padding: 0 1em; color: #666; } 26 #md table { margin: 0.6em 0; } 27 #md th, #md td { border: 1px solid #ddd; } 28 #md hr { margin: 1.5em 0; }