MediaWiki:Common.css: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6:
 
.mw-wiki-logo {
filter: invert( 0 ) hue-rotate( 180deg0 );
}
 
Line 15:
#mwchat-options {
border-top: none;
}
 
.mwchat-item-timestamp {
background-color: transparent;
color: white;
}

Latest revision as of 02:10, 9 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( 0 );
}

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

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

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