MediaWiki:Common.css: Difference between revisions

From Ages of Conflict
Content added Content deleted
No edit summary
No edit summary
Line 11: Line 11:
/* Community header color */
/* Community header color */
#p-logo a {
#p-logo a {
color: #ffffff !important;
color: #000000 !important;
}
}


Line 22: Line 22:
a:link,
a:link,
a:visited {
a:visited {
color: #ffffff !important;
color: #000000 !important;
}
}



Revision as of 23:16, 14 February 2024

/* Community background color */
body {
    background-color: #333c47 !important;
}

/* Sticky nav background color */
#mw-head {
    background-color: #5e6732 !important;
}

/* Community header color */
#p-logo a {
    color: #000000 !important;
}

/* Accent color */
a {
    color: #c7b78b !important;
}

/* Link color */
a:link,
a:visited {
    color: #000000 !important;
}

/* Article background color */
#content {
    background-color: #575f46 !important;
}