MediaWiki:Common.css: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 15: Line 15:
#mwchat-options {
#mwchat-options {
border-top: none;
border-top: none;
}

.mwchat-message {
background-color: transparent;
}
}

Revision as of 22:14, 8 June 2024

#profile-top, .user-section-heading {
   border: none;
}

/* Exclude logo to be change with or without DarkMode */

.mw-wiki-logo {
   filter: invert( 0 ) hue-rotate( 180deg );
}

#mwchat-topic {
	border-bottom: none;
}

#mwchat-options {
	border-top: none;
}

.mwchat-message {
    background-color: transparent;
}