Link to article: The Wanderer's Library is Not Enough.
/* **code/variables goes here** */
: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";
/* 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: "Pursuing the Right, and the True";
--logo-image: url("https://scp-wiki.wdfiles.com/local--files/wandsmen-hub/wandsmen.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;
}