openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

tiddlywiki.css (220B)


      1 span.cm-underlined {
      2   text-decoration: underline;
      3 }
      4 span.cm-strikethrough {
      5   text-decoration: line-through;
      6 }
      7 span.cm-brace {
      8   color: #170;
      9   font-weight: bold;
     10 }
     11 span.cm-table {
     12   color: blue;
     13   font-weight: bold;
     14 }