Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
Created page with "→‎CSS placed here will be applied to all skins: .ext-mermaid { filter: var( --filter-invert ); }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&family=Quintessential&display=swap');


.ext-mermaid {
.ext-mermaid {

Latest revision as of 01:02, 23 April 2025

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&family=Quintessential&display=swap');

.ext-mermaid {
	filter: var( --filter-invert );
}