@supports(display: grid) {
    :root {
        /* ===S-CSS-P INTEGRATION=== */
        /* If you're making a new CSS theme, please include the following three variables at minimum. */
        --theme-base: "black-highlighter";
        /* must be either "black-highlighter" or "sigma9" */
        --theme-id: "telecommunications-monitoring-office-theme";
        /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
        --theme-name: "Telecommunications Monitoring Office Theme";
        /* set this to your theme's full name */
 
        /* ===HEADER ELEMENTS=== */
        --logo-image: url("/api/css-proxy?url=http%3A%2F%2Fscp-wiki.wikidot.com%2Flocal--files%2Ftheme%3Atelecommunications-monitoring-office-theme%2FTMO%2520Logo%2520Battle.png");
        --header-subtitle: "Telecommunications Monitoring Department";
 
        /* ===STANDARD THEME COLORS=== */
        --bright-accent: 183, 18, 52;
        --medium-accent: 183, 18, 52;
        --dark-accent: 183, 18, 52;
 
        /* ===HEADER GRADIENT=== */
        --header-gradient-color-bottom: 183, 18, 52;
 
        /* ===PRIMARY GRADIENTS=== */
        --diagonal-stripes: unset;
    }
h3,h6 {
    color: darkred;
}
.blockquote {
    background: rgb(var(--white-monochrome)) !important;
    border: rgb(183, 18, 52) solid !important;
}
