MediaWiki:Citizen.css: Difference between revisions
Jump to navigation
Jump to search
Some Citizen-specific fixes for dark mode (still looks like garbage because of the background color for some tables being built into the page source, but it helps) |
m Need to overwrite this explicitly |
||
| Line 6: | Line 6: | ||
.infobox, .ambox { | .infobox, .ambox { | ||
border: 1px solid #583A31; | border: 1px solid #583A31; | ||
background-color: #E5E0DC00; | |||
} | } | ||
Latest revision as of 08:35, 24 July 2025
/* All CSS here will be loaded for users of the Citizen skin */
a:where(:not([role="button"])):visited:hover {
color: #e8d18c;
}
.infobox, .ambox {
border: 1px solid #583A31;
background-color: #E5E0DC00;
}