1
Fork 0
mirror of https://github.com/Steffo99/jupyterlab-theme-sophon.git synced 2024-11-21 23:54:29 +00:00
jupyterlab-theme-sophon/style/index.css

33 lines
625 B
CSS
Raw Normal View History

2021-08-31 23:31:14 +00:00
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
@import './variables.css';
2021-09-01 02:12:51 +00:00
2021-08-31 23:31:14 +00:00
/* 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);
}
2021-09-01 02:12:51 +00:00
*::selection {
background-color: rgba(45, 154, 255, 0.22) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
}