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
 
(93 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
    background-color: #1e1e1e; /* Dark background color */
    color: #cfcfcf; /* Light text color */
}


a {
    color: #1e90ff; /* Light blue link color */
}
/* Additional adjustments for specific elements */
.mw-wiki-preview {
    background-color: #2e2e2e;
    color: #cfcfcf;
}
.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;
}

Latest revision as of 00:02, 11 September 2024