Difference between revisions of "MediaWiki:Chameleon.css"

From Earth Science Information Partners (ESIP)
Line 9: Line 9:
 
     content: '';
 
     content: '';
 
}
 
}
body { background-color: red !important }
+
body { color:red }

Revision as of 18:08, July 28, 2021


.mw-editsection a::after {
    content: '|';
    display: inline-block;
    margin: 0 .25rem;
    color: #777;
}
.mw-editsection a:last-of-type::after {
    content: '';
}
body { color:red }