mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
* 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
7 lines
No EOL
177 B
CSS
7 lines
No EOL
177 B
CSS
.tool-code {
|
|
display: block;
|
|
font-family: 'monospace', 'monaco', 'consolas', 'courier';
|
|
line-height: 1.5em;
|
|
background: #f8f8fd !important;
|
|
color: #4a8bd1;
|
|
} |