mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
Tool code (#67)
* Add error background * Add tool code Fix switch block and insert block for new system with div wrappers * Remove unneccessary appendChild * Fix css in tool code
This commit is contained in:
parent
e228172a5c
commit
0626ca1f07
6 changed files with 113 additions and 24 deletions
7
plugins/ceditor-tool-code/ceditor-tool-code.css
Normal file
7
plugins/ceditor-tool-code/ceditor-tool-code.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.tool-code {
|
||||
display: block;
|
||||
font-family: 'monospace', 'monaco', 'consolas', 'courier';
|
||||
line-height: 1.5em;
|
||||
background: #f8f8fd !important;
|
||||
color: #4a8bd1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue