.m-container-inflatable section:target section > figure.m-code-figure > pre:first-child {
border-color: var(--line-color);
}
+.m-container-inflatable section:target > figure.m-code-figure::before,
+.m-container-inflatable section:target section > figure.m-code-figure::before,
.m-container-inflatable section:target > .m-note.m-default,
.m-container-inflatable section:target section > .m-note.m-default {
border-left-color: var(--line-color);
/* Code block (uses Pygments CSS classes) */
pre.m-code span.hll {
- border-color: var(--line-color);
margin-left: -1.0rem;
margin-right: -1.0rem;
- border-left-style: solid;
- border-left-width: 0.25rem;
- padding-left: 0.75rem;
+ padding-left: 1.0rem;
}
pre.m-code.m-inverted {
color: var(--code-inverted-color);
--mark-background-color: #c7cf2f;
--code-color: #e6e6e6;
--code-inverted-color: rgba(230, 230, 230, 0.33);
- --code-background-color: #34424d;
+ --code-background-color: #22272e;
/* Header */
--header-border-width: 0 0 0.25rem 0;
-.m-code .hll { background-color: #405363 }
+.m-code .hll { background-color: #34424d }
.m-code .c { color: #a5c9ea } /* Comment */
.m-code .k { color: #ffffff; font-weight: bold } /* Keyword */
.m-code .n { color: #dcdcdc } /* Name */