@kano/web-components
Version:
Shared web-components for the Kano ecosystem.
17 lines (15 loc) • 542 B
HTML
<custom-style>
<style is="custom-style">
html {
--kano-blockly-background: white;
--kano-blockly-toolbox-color: black;
--kano-blockly-toolbox-selected-color: #f2f2f2;
--kano-app-editor-workspace-background: #263238;
--kano-app-editor-workspace-controls: #19111C;
--kano-app-editor-workspace-controls-hover: #261E2C;
--kano-blockly-toolbox: {
border-right: 1px solid #f2f2f2;
};
}
</style>
</custom-style>