Skip to content

Commit 7935e25

Browse files
committed
adopt latest version of style_jb2.css
1 parent 65b59d6 commit 7935e25

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

notebooks/_static/style_jb2.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ html article main .relative.group[data-mdast-node-id] {
112112
content: ' ∅ no output ∅ ';
113113
}
114114
font-size: xx-small;
115-
padding: 0px 1rem;
115+
padding: 0px 1em;
116116

117117
border-color: var(--myst-output-empty-border-color);
118-
margin-bottom: 0.6rem;
118+
margin-bottom: 1rem;
119119
}
120120

121121
border-radius: var(--myst-code-border-radius);
122122
margin-top: 0px;
123-
padding: 0.25em 1rem;
123+
padding: 0.25em 1em;
124124
border-width: var(--myst-code-border-width);
125125
border-color: var(--myst-output-border-color);
126126
background-color: var(--myst-output-background-color);
@@ -291,6 +291,7 @@ article main table {
291291
.corrige {
292292
background-image: radial-gradient(circle at top left, #d1effa, #e2f9cd);
293293
}
294-
html.dark .corrige {
294+
295+
html[data-theme='dark'] .corrige {
295296
background-image: radial-gradient(circle at top left, #0e3852, #0c5517);
296-
}
297+
}

0 commit comments

Comments
 (0)