Template:MonthlyConvertText/styles.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
distinct colors to make it easier to spot mistakes
stronger colors
Line 1:
.mc-amt-initial {
background: #fee7e6d33;
}
.mc-amt-suggest {
Line 7:
.mc-amt-custom:after {
content: '$Z';
background: #fef6e7fc3;
}

Revision as of 15:14, 9 February 2023

.mc-amt-initial {
	background: #d33;
}
.mc-amt-suggest {
	background: #d5fdf4;
}
.mc-amt-custom:after {
	content: '$Z';
	background: #fc3;
}