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 17: Line 17:
}
}


.mwchat-message {
.mwchat-item-timestamp {
background-color: transparent;
background-color: transparent;
color: white;
}
}

Revision as of 22:15, 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-item-timestamp {
    background-color: transparent;
    color: white;
}