Skip to content

Commit 159a292

Browse files
committed
comments
1 parent 905f22e commit 159a292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/wrapper/JsonFormatter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ qx.Class.define("osparc.wrapper.JsonFormatter", {
8989
style.id = styleId;
9090
style.innerHTML = `
9191
#${divId} * {
92-
color: ${color} !important; /* Use your preferred color */
93-
font-family: "Manrope", sans-serif !important;
92+
color: ${color} !important; /* Use osparc text color */
93+
font-family: "Manrope", sans-serif !important; /* Use osparc font */
9494
}
9595
#${divId} .json-formatter-key {
96-
font-size: 13px !important; /* actually keeping the default size */
96+
font-size: 13px !important; /* Actually keeping the default size */
9797
}
9898
#${divId} .json-formatter-constructor-name {
9999
display: none !important; /* Hide "Object" and "Array(n)" labels */

0 commit comments

Comments
 (0)