index.css 452 B

123456789101112131415161718
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-RenderedVegaCommon3
  6. {
  7. margin-left: 8px;
  8. margin-top: 8px;
  9. }
  10. .jp-MimeDocument .jp-RenderedVegaCommon3 {
  11. padding: 16px;
  12. }
  13. .vega canvas {
  14. background: var(--jp-vega-background);
  15. }