# My CSS Used in Markdown Viewer Browser Extensions As of Jul 5, 2019. body{ /* font size approx 22 px */ font:1.375em/1.62 sans-serif; margin: 0 auto 1em auto; max-width:30em; padding:0 .62em; color: #222; background-color: #99ffff; overflow-wrap: break-word; /*overflow-wrap: anywhere;*/ } body {font-family: system-ui, sans-serif;} body {font-family: system-ui, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", Verdana, "Helvetica", sans-serif;} h1,h2,h3 {line-height:1.2;} h1 {font-size: 1.4em; margin: .7em 0 0 0;} h2 {font-size: 1.3em; font-weight: 400;} h3 {font-size: 1.2em; margin-top: 3em;} h4 {font-size: 1.05em;} p {margin: 1.8em 0 1.8em 0;} img {max-width: 100%;} pre,code{font-size: 1em; line-height: 1; background: #fff8dc; white-space: -moz-pre-wrap; white-space: pre-wrap;} blockquote {background: #E3F2FD; border-left: 1px solid #666; padding: 0 0 0 .681em;} a:visited {color: purple;} a {color: blue; text-decoration: underline;} @media print{ body { max-width:none; font-size: 18px; color: #000; background: #fff; line-height: normal; } } li {margin-top: .2em; margin-bottom: .2em;} b, h1, h3, h4, h5, strong { color: #000; } blockquote {margin: 1.8em 0 1.8em .7em;} ul {margin-bottom: 1.8em;} i ul {margin-bottom:0; padding-bottom:0;} [home](/home.md)