Files

31 lines
500 B
CSS

body {
font-size: 12px;
font-family: -apple-system, HelveticaNeue, LucidaGrande, sans-serif;;
}
pre {
background-color: #E2E2E2;
border: 1px solid #919699;
padding: 10px 20px 10px 20px;
overflow: auto;
}
.keyEquivalent {
background-color: #E2E2E2;
border: 1px dotted #919699;
}
.tabTrigger {
background-color: #E2E2E2;
border: 1px dotted #919699;
}
.credit:before { content: "("; }
.credit:after { content: ")"; }
.credit {
font: "Trebuchet MS";
font-style: italic;
color: gray;
}