mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 23:25:47 +01:00
12 lines
247 B
CSS
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;
|
|
}
|