editor: canvas - styling for aside.comment nodes
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 2a78438..7f01f5e 100644 (file)
     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;