MediaWiki:Common.less/mainpage.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 330: Line 330:


.tile-top {
.tile-top {
background: rgb(21, 32, 43);
background: @twitter-bg;
}
}


.tile-bottom {
.tile-bottom {
background: darken(rgb(21, 32, 43), 1.5%);
background: @twitter-bg-dark;
}
}
}
}