X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/fe80e8a58ec02f2ee7f69cbf0f8daa3efea85be8..3c3939e2970468061592e66fc8989189279c3d17:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 2a78438..7f01f5e 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -56,6 +56,13 @@ font-size:18px; } +[wlxml-class="comment"] { + background-color: #96e0e4; + border: 1px solid black; + border-radius: 10px; + padding: 10px; +} + [wlxml-class|="uri"] { color: blue; text-decoration: underline;