Wandsmen Theme 2

Include this CSS on your page by adding the following code:

[[include :scp-sandbox-3:wandsmen-theme-2]]

: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: "wandsmen-theme-2";
    /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
    --theme-name: "Wandsmen Theme";
    /* set this to your theme's full name */
 
    --header-title: "The Wandsmen";
    --header-subtitle: "Pursing that Which is Right, and that Which is True";
        --logo-image: url(http://scp-sandbox-3.wikidot.com/local--files/wandsmen-theme-2/symbol.png);
    --background: linear-gradient(0.99 turn, #a11cff, #a11cff, #a11cff);
    /* A grey gradient */
    --pale-accent: 100, 5, 50;
    /* light grey, for visited links (and unvisited) */
    --bright-accent: 100, 5, 50;
    /* bright grey */
    --medium-accent: 100, 5, 50;
    /* medium/light grey - the "default" accent color */
    --dark-accent: 100, 5, 50;
    /* dark grey */
    --alt-accent: 100, 5, 50;
    /* light grey */
}
 
/*Code for background color*/
body {
 background-color: #cccccc;
}