@kano/web-components
Version:
Shared web-components for the Kano ecosystem.
15 lines (13 loc) • 421 B
HTML
<custom-style>
<style is="custom-style">
:root {
--kano-blockly-background: #56445d;
--kano-blockly-toolbox-color: white;
--kano-blockly-toolbox-selected-color: #432f44;
--kano-app-editor-workspace-background: #432f44;
--kano-blockly-toolbox: {
border-right: 1px solid #645a6e;
};
}
</style>
</custom-style>