index.css 593 B

1234567891011121314151617181920212223242526
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-RenderedVegaCommon3 .vega-actions a {
  6. margin-right: 8px;
  7. font-size: var(--jp-ui-font-size1);
  8. color: var(--jp-ui-font-color2);
  9. }
  10. .jp-RenderedVegaCommon3
  11. {
  12. margin-left: 8px;
  13. margin-top: 8px;
  14. }
  15. .jp-MimeDocument .jp-RenderedVegaCommon3 {
  16. padding: 16px;
  17. }
  18. .vega canvas {
  19. background: var(--jp-vega-background);
  20. }