.Widget {
  background-color: @body-bg;

  .Button {
    background: var(--control-bg);
    color: var(--control-color);
  }
}
