MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 15: Line 15:
border: 1px solid #F7A7D9;
border: 1px solid #F7A7D9;
margin-right: 15px;
margin-right: 15px;
background-color: rgba(248, 209, 255, 0.77);
background-color: rgba(248, 209, 255, 0.80);
min-height:500px;
min-height:500px;
margin-bottom: 60px;
margin-bottom: 60px;
Line 520: Line 520:
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: pixelated;
image-rendering: pixelated;
}

/* Invert the notification icons */

.mw-echo-notifications-badge {
filter: invert( 1 )
hue-rotate( 180deg )
}
}