MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.mc-font { | |||
font-family: Minecraftia; | font-family: Minecraftia; | ||
} | } | ||
Revision as of 04:59, 29 August 2025
/* CSS placed here will be applied to all skins */
html.client-darkmode #p-logo {
filter: invert(1) hue-rotate(180deg);
}
@font-face {
font-family: Minecraftia;
src: url('https://wiki.crafters.one/mediawiki/resources/assets/Minecraftia.ttf');
}
.mc-font {
font-family: Minecraftia;
}