User:FakerofDeadlock/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
No edit summary
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* Dark Mode Styles */
body {
    background-color: #191919;
    color: #e0e0e0; /* Light gray text color */
}


a {
    color: #bb86fc; /* Light purple link color */
}
/* Adjust the header and footer colors */
#p-personal, #p-navigation, #p-tb {
    background-color: #333;
    color: #e0e0e0;
}
#footer {
    background-color: #333;
    color: #e0e0e0;
}
/* Optional: Additional dark mode adjustments */
.mw-body-content {
    background-color: #2e2e2e;
}

Revision as of 20:31, 30 August 2024