Test Header

/* 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: "The war is gone";
    color: black;
}
 
#header h2 span::before {
    content: "It’s gone south.";
    color: black;
}