Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
190 bytes added ,  14:27, 19 February 2022
no edit summary
Line 126: Line 126:
}
}


.mw-dark-mode .mw-body div:not(.catlinks) ul li::before {
.mw-dark-mode .mw-body ul li::before {
     content: "\2022";
     content: "\2022";
     color: white;
     color: white;
Line 134: Line 134:
     line-height: 1em;
     line-height: 1em;
     margin-left: -1em;
     margin-left: -1em;
}
.mw-dark-mode .mw-body .mainpage-buttons ul li::before {
display: none;
}
}


Line 154: Line 158:
.mw-dark-mode a.new {
.mw-dark-mode a.new {
     color: red;
     color: red;
}
/* Recent Changes */
.mw-dark-mode ins.diffchange {
background: #51a2ef;
}
.mw-dark-mode del.diffchange {
background: #a58843;
}
}

Navigation menu