MediaWiki:Common.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1,635: Line 1,635:
display: flex;
display: flex;
justify-content:center;
justify-content:center;
}

/* ---------------- */


body{
background-color: black;
color: white;
}

.mw-page-container{
background-color: #252525;
}


#right-navigation{
background-color: transparent;
}

.vector-user-links li a::before{
filter: invert(100%);
}

.vector-menu-tabs a:visited,
h1, h2, h3, h4, h5, h6,
.mw-footer li
{
color: white;
}

a{
color: wheat;
}


.mw-sidebar{
border: 1px solid #700;
}
}