mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
22 lines
No EOL
408 B
CSS
22 lines
No EOL
408 B
CSS
.feature {
|
|
background-color: var(--color-admonition-title--hint);
|
|
padding: 2px 10px;
|
|
color: #1a1c1e;
|
|
font-style: italic;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/* make cell outputs brighter */
|
|
.cell_output.docutils.container {
|
|
filter: brightness(0.4) invert() saturate(5);
|
|
z-index: 999;
|
|
position:relative;
|
|
}
|
|
|
|
pre {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.hide.below-input span {
|
|
color: var(--color-background-secondary);
|
|
} |