<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
This is a theme for halo-plugin-vditor
Modified from vditor content_theme
 */
.vditor-reset .language-abc svg,
.vditor-reset .language-abc path {
    fill: currentColor;
    color: #d1d5da;
}

.language-graphviz polygon {
    fill: rgba(66, 133, 244, .36);
}

.vditor-reset .iframe__video {
    display: block;
    margin: 0 auto !important;
    min-width: 80%;
    min-height: 36vh;
    border: none;
}

.vditor-reset video {
    display: block;
    margin: 0 auto !important;
    min-width: 80%;
}</pre></body></html>