File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 1 rem ;
115+ padding : 0px 1 em ;
116116
117117 border-color : var (--myst-output-empty-border-color );
118- margin-bottom : 0.6 rem ;
118+ margin-bottom : 1 rem ;
119119 }
120120
121121 border-radius : var (--myst-code-border-radius );
122122 margin-top : 0px ;
123- padding : 0.25em 1 rem ;
123+ padding : 0.25em 1 em ;
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+ }
You can’t perform that action at this time.
0 commit comments