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
 
(97 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* General background and text color */
body, .mw-body, .mw-body-content {
    background-color: #181818;  /* Dark background */
    color: #e0e0e0;  /* Light text */
}


/* Links */
a, a:visited {
    color: #66aaff;  /* Light blue links */
}
/* Tables, infoboxes, and other boxes */
table, .infobox, .navbox, .toc, pre, code {
    background-color: #202020;  /* Slightly lighter dark background for boxes */
    color: #e0e0e0;  /* Light text */
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;  /* White headers */
}

Latest revision as of 00:02, 11 September 2024