Template:MCwiki/styles.css
Template page
More actions
.loka-mcwiki-link {
display: inline;
}
/* Empirically measured against the live rendered text/icon (same method
as the Wikipedia/YouTube/Twitch/Loka icons) -- vertical-align:middle
left it 1.4px high; this is the exact value that lines up the icon's
centre with the text's centre. Unlike the Wikipedia icon, this one is
full colour (the Minecraft Wiki's actual textless logo, not a solid
monochrome glyph), so it isn't inverted for dark mode -- doing that to
a colour image would distort it, not just recolour it. */
.loka-mcwiki-icon img {
vertical-align: -1.5px;
}