User:StolenBattenberg/vector.css: Difference between revisions

From Sword of Moonlight Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Theme Testing */
/* Theme Testing */


/**********************/
/* Zone: Main Content */
/**********************/


/* Zone: Main Content */
/* Content Background */
.mw-body
.mw-body
{
{
     background-color:#F08080;
     background-color:#F08080;
}
/* Content Heading */
firstHeading mw-first-heading
{
    background-color:#80F080;
}
}

Revision as of 06:50, 11 September 2024

/* Theme Testing */

/**********************/
/* Zone: Main Content */
/**********************/

/* Content Background */
.mw-body
{
    background-color:#F08080;
}

/* Content Heading */
firstHeading mw-first-heading
{
    background-color:#80F080;
}