/* Blockly workspace — fill parent, rubber SVG, black toolbox */
#blockly-workspace {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #0d0d0d;
}
#blockly-workspace > .injectionDiv {
  width: 100% !important;
  height: 100% !important;
}
#blockly-workspace .blocklySvg {
  background-color: #1a1a2e !important;
  width: 100% !important;
  height: 100% !important;
}
#blockly-workspace .blocklyMainBackground {
  fill: #1a1a2e !important;
}
#blockly-workspace .blocklyToolboxDiv {
  background: #0d0d0d !important;
  color: #ccc !important;
}
#blockly-workspace .blocklyToolboxCategory {
  background: #0d0d0d !important;
}
#blockly-workspace .blocklyTreeRow {
  background: #0d0d0d !important;
}
#blockly-workspace .blocklyToolboxCategoryLabel {
  color: #ddd !important;
}
#blockly-workspace .blocklyFlyoutBackground {
  fill: #1a1a1a !important;
}
#blockly-workspace .blocklyFlyout {
  fill: #1a1a1a !important;
}
#blockly-workspace .blocklyScrollbarHandle {
  fill: #555 !important;
}

