blackd●t
rating: +28+x

/* These two arguments are in a quirked-up CSS Module (rather than the main code block) so users can feed Wikidot variables into them. */
 
#header h1 a::before {
    content: "{$title}";
    color: black;
}
 
#header h2 span::before {
    content: "{$subtitle}";
    color: black;
}

mirror

Based on Eisoptrophobia by PoufyPoufsonPoufyPoufson

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License