Sha256: e384ca0cad1c996aefb1dbf3af1893f97cde9cde7fa98eee930bed5898e6b345
Contents?: true
Size: 437 Bytes
Versions: 11
Compression:
Stored size: 437 Bytes
Contents
/* Copyright (c) Jupyter Development Team. * Distributed under the terms of the Modified BSD License. */ /* * This example shows how to customize the theming and still compile the CSS * down to something that all browsers support. */ @import "@jupyter-widgets/controls/css/widgets.css"; :root { --jp-widgets-border-width: 2px; } /** * This prevents double prompt margins for widgets */ .jp-OutputPrompt { display: none; }
Version data entries
11 entries across 11 versions & 1 rubygems