Codebase list golang-github-ulikunitz-xz / dc928beb-17f5-4514-94d6-f845010e7d09/main doc / md.css
dc928beb-17f5-4514-94d6-f845010e7d09/main

Tree @dc928beb-17f5-4514-94d6-f845010e7d09/main (Download .tar.gz)

md.css @dc928beb-17f5-4514-94d6-f845010e7d09/mainraw · history · blame

/* md.css */

body {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	width: 40em;
	background-color: #FFFAF0;
}

h1 { font-size: 18pt; }

h2 { font-size: 14pt; }

h3 { font-size: 12pt; }

h4 { font-size: 10pt; }

code { font-size: 10pt; }

.nobr { white-space: nowrap; }