Template:MonthlyConvertText/styles.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Created page with ".mc-amt-suggest { background: #d5fdf4; } .mc-amt-initial { background: #eaf3ff; }"
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mc-amt-initial {
background: #049DFF;
}
.mc-amt-suggest {
.mc-amt-suggest {
background: #d5fdf4;
background: #71D1B3;
}
}
.mc-amt-custom:after {

content: '$Z';
.mc-amt-initial {
background: #eaf3ff;
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;
}