Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
224 bytes added ,  15:16, 19 February 2022
no edit summary
Line 8: Line 8:
--dark-mode-background: #3e3e3e;
--dark-mode-background: #3e3e3e;
--dark-mode-secondary-background: darkgrey;
--dark-mode-secondary-background: darkgrey;
--dark-mode-alt-link: #2d456c;
--dark-mode-alt-link-new: #9d0303;
}
}


Line 146: Line 148:
.mw-dark-mode .mw-changeslist-legend {
.mw-dark-mode .mw-changeslist-legend {
     color: black;
     color: black;
}
.mw-dark-mode .mw-changeslist h4 {
    color: white;
}
}


Line 158: Line 156:
.mw-dark-mode a.new {
.mw-dark-mode a.new {
     color: red;
     color: red;
}
.mw-dark-mode .mainpage-buttons a {
color: var(--dark-mode-alt-link);
}
.mw-dark-mode .mainpage-buttons a.new {
color: var(--dark-mode-alt-link-new);
}
}


/* Recent Changes */
/* Recent Changes */
.mw-dark-mode .mw-changeslist h4 {
    color: white;
}
.mw-dark-mode ins.diffchange {
.mw-dark-mode ins.diffchange {
background: #51a2ef;
background: #51a2ef;

Navigation menu