MediaWiki:Gadget-PrettyLog.css: Difference between revisions
Jump to navigation
Jump to search
en>Jon (WMF) Dark mode readability |
m 1 revision imported |
(No difference)
| |
Latest revision as of 05:58, 19 March 2026
/* Special:Search styles */
.mw-search-results li{
padding: 0.25em 1em;
border-bottom: 1px solid #d3daed;
background: #f6f8fc;
color: black;
}
.mw-search-results li:nth-child(odd) {
background: #f6f8fc;
color: black;
}
.mw-search-results li:nth-child(even) {
background: #fcfcfc;
color: black;
}
.mw-search-results table {
background: transparent;
}