File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/wrapper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments