mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 01:30:51 +00:00
21 lines
279 B
CSS
21 lines
279 B
CSS
/* 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; }
|