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
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.mc-amt-initial {
.mc-amt-initial {
background: #fee7e6;
background: #049DFF;
}
}
.mc-amt-suggest {
.mc-amt-suggest {
background: #d5fdf4;
background: #71D1B3;
}
}
.mc-amt-custom:after {
.mc-amt-custom:after {
content: '$Z';
content: '$Z';
background: #fef6e7;
background: #F0BC00;
}
}

Latest revision as of 15:16, 9 February 2023

.mc-amt-initial {
	background: #049DFF;
}
.mc-amt-suggest {
	background: #71D1B3;
}
.mc-amt-custom:after {
	content: '$Z';
	background: #F0BC00;
}