MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tags: Manual revert Reverted
No edit summary
Tags: Manual revert Reverted
Line 5,745: Line 5,745:
.mw-json th {
.mw-json th {
     background: var(--wikitable-header-bg);
     background: var(--wikitable-header-bg);
}
/* Dark Mode styles */
body.dark-mode {
    background-color: #071022;
    color: #8cabe6;
}
#pt-dark-mode a {
    color: #8cabe6;
}
body.dark-mode,
body.dark-mode a {
    color: #8cabe6;
}
/* Add other dark mode styles using provided colors */
body.dark-mode .wds-dropdown__content {
    background-color: #172136;
}
body.dark-mode .wds-dropdown__content ul {
    color: #8cabe6;
}
body.dark-mode .wds-dropdown__content li {
    background-color: #222e45;
    border-bottom: 1px solid #313e59;
}
body.dark-mode .wds-dropdown__content li:hover {
    background-color: #313e59;
}
body.dark-mode #pt-light-mode a,
body.dark-mode #pt-brown-mode a {
    color: #8cabe6;
}
}

Navigation menu