Template:MonthlyConvertText/styles.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
stronger colors
No edit summary
 
Line 1: Line 1:
.mc-amt-initial {
.mc-amt-initial {
background: #d33;
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: #fc3;
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;
}