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 7: Line 7:
.mw-wiki-logo {
.mw-wiki-logo {
filter: invert( 0 ) hue-rotate( 180deg );
filter: invert( 0 ) hue-rotate( 180deg );
}

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

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

Revision as of 22:11, 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;
}