UNPKG

@yeebc/jupyterlab_neon_theme

Version:

A flat, 80's neon inspired theme for JupyterLab 3.x.

21 lines (18 loc) 570 B
/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ @import './variables.css'; @import './fonts.css'; @import './style.css'; @import './custom.css'; /* Set the default typography for monospace elements */ tt, code, kbd, samp, pre { font-family: var(--jp-code-font-family); font-size: var(--jp-code-font-size); line-height: var(--jp-code-line-height); }