README.css (365B)
1 .code { 2 font-family: monospace; 3 color: darkorange; 4 } 5 6 .codeTitle { 7 font-family: sans-serif; 8 padding: .3em; 9 margin-bottom: -1em; 10 background: #ffe; 11 border-color: #ccc; 12 border-width: 1px; 13 border-style: groove; 14 } 15 16 .highlight1 { 17 background: yellow; 18 } 19 20 .highlight2 { 21 background: pink; 22 } 23 24 body { 25 font-family: sans-serif; 26 }