github.com/elliott5/community@v0.14.1-0.20160709191136-823126fb026a/app/public/codemirror/mode/tiki/tiki.css (about) 1 .cm-tw-syntaxerror { 2 color: #FFF; 3 background-color: #900; 4 } 5 6 .cm-tw-deleted { 7 text-decoration: line-through; 8 } 9 10 .cm-tw-header5 { 11 font-weight: bold; 12 } 13 .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 padding-left: 10px; 15 } 16 17 .cm-tw-box { 18 border-top-width: 0px ! important; 19 border-style: solid; 20 border-width: 1px; 21 border-color: inherit; 22 } 23 24 .cm-tw-underline { 25 text-decoration: underline; 26 }