mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
11 lines
257 B
CSS
11 lines
257 B
CSS
/*.marked {*/
|
|
/*background: yellowgreen;*/
|
|
/*}*/
|
|
|
|
.marked {
|
|
font-family: 'monospace', 'monaco', 'consolas', 'courier';
|
|
background-color: rgba(255, 97, 106, 0.2);
|
|
border: 1px solid rgba(255, 98, 86, 0.49);
|
|
padding: 0px 3px;
|
|
border-radius: 3px;
|
|
}
|