Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(124 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* H4 CHANGE COLOR*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.mw-body-content h4{
 
    color: #4C5454;
}
}

Latest revision as of 01:56, 18 February 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

}