User:FakerofDeadlock/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(91 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Dark Mode Styles for User's CSS */
body {
    background-color: #1e1e1e;
    color: #cfcfcf;
}


a {
    color: #1e90ff;
}
.mw-body {
    background-color: #1e1e1e;
    color: #cfcfcf;
}
/* Adjust the header and footer colors */
#p-personal, #p-navigation, #p-tb {
    background-color: #333;
    color: #cfcfcf;
}
#footer {
    background-color: #333;
    color: #cfcfcf;
}
/* Optional: Additional dark mode adjustments */
.mw-body-content {
    background-color: #2e2e2e;
}

Latest revision as of 00:02, 11 September 2024