MediaWiki:Timeless.css: Difference between revisions

From Craft-Wiki
No edit summary
No edit summary
Line 8: Line 8:
}
}


#p-logo-text { display: none; }
#p-logo-text { display: none !important; }

Revision as of 09:17, 1 April 2026

/* All CSS here will be loaded for users of the Timeless skin */

#mw-content-container
{
    background: #eaecf0;
    border-bottom: solid 4px #00af89;
    background-image: none;
}

#p-logo-text { display: none !important; }