MediaWiki:Vector-darkmode.less/tablebg.less

From Illerai
Jump to navigation Jump to search
//For ItemDropsLine
.table-bg-always, .table-bg-blue {
	background: #0b5884;
    color: #fff;
}

.table-bg-common, .table-bg-green {
	background: #3c780a;
	color: #fff;
}

.table-bg-uncommon, .table-bg-yellow {
	background: #a48900;
	color: #fff;
}

.table-bg-rare, .table-bg-orange {
	background: #b55e0c;
	color: #fff;
}

.table-bg-veryrare, .table-bg-red {
	background: #9f261e;
	color: #fff;
}

.table-bg-random, .table-bg-pink {
	background: #984c89;
	color: #fff;
}

// For skill calculators
.table-bg-calc-grey {
	opacity: 0.6;
	background: #565E66;
}