Jump to content

MediaWiki:Vector.css: Difference between revisions

From mythos.wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:




/* In your MediaWiki:Common.css file */
.mw-logo-workmark {
 
     /* Example styles */
.mw-logo-workmark {  
    color: #000; /* Set text color */
 
     background-color: #fff; /* Set background color */
     /* ... other styles ... */
 
     class: "mw-no-invert";  
 
}
}

Revision as of 18:24, 18 January 2025

/* All CSS here will be loaded for users of the Vector skin */


.mw-logo-workmark {
    /* Example styles */
    color: #000; /* Set text color */
    background-color: #fff; /* Set background color */
}