Difference between revisions of "MediaWiki:Timeless.css"

From Operator The Game Wiki
Line 8: Line 8:
background-color: #1c1c1c;
background-color: #1c1c1c;
color: white;
color: white;
}
a{
color: red
}
}

Revision as of 19:15, 11 May 2022

/* All CSS here will be loaded for users of the Timeless skin */

#mw-content-container, #mw-header-container{
background-color:#263240
}

#mw-content {
background-color: #1c1c1c;
color: white;
}

a{
color: red
}