User:94rain/Gadget-MarkRights.css

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.markrights-bureaucrat:after {
	color: black;
	content: "B";
}

.markrights-checkuser:after {
	color: purple;
	content: "C";
}

.markrights-oversight:after {
	color: purple;
	content: "O";
}

.markrights-sysop:after {
	color: mediumvioletred;
	content: "A";
}

.markrights-interface-admin:after {
	color: mediumvioletred;
	content: "I";
}

.markrights-patroller:after {
	color: sienna;
	content: "P";
}

.markrights-rollbacker:after {
	color: sienna;
	content: "R";
}

.markrights-autoreviewer:after {
	color: sienna;
	content: "F";
}

.markrights-accountcreator:after {
	color: blue;
	content: "C";
}

.markrights-massmessage-sender:after {
	color: blue;
	content: "M";
}