editor.js/example/tools-inline/term/term.css
2018-07-11 13:20:31 +03:00

12 lines
247 B
CSS

/*.marked {*/
/*background: yellowgreen;*/
/*}*/
.marked {
/*font-family: 'monospace', 'monaco', 'consolas', 'courier';*/
background-color: #f4f4f4;
border: 1px solid #eaeaea;
color: #3c3434;
padding: 1px 3px;
border-radius: 2px;
}