1
Fork 0
mirror of https://github.com/Steffo99/jupyterlab-theme-sophon.git synced 2025-02-16 17:13:58 +00:00
jupyterlab-theme-sophon/style/index.css

18 lines
500 B
CSS
Raw Normal View History

2021-09-01 01:31:14 +02:00
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
@import './variables.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);
}