mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 23:25:47 +01:00
update styles
This commit is contained in:
parent
a95e236ee1
commit
e17ccbf21c
1 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
/*.marked {*/
|
||||
/*background: yellowgreen;*/
|
||||
/*}*/
|
||||
|
||||
.marked {
|
||||
background: yellowgreen;
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue