Template:Message box/styles.css: Difference between revisions

From fgctrl.wiki
(Created page with ".message-box { background-color: #cccccc; }")
 
No edit summary
Line 1: Line 1:
.message-box {
.message_box {
background-color: #cccccc;
background-color: #cccccc;
padding: 2em;
}
}

Revision as of 07:40, 12 April 2024

.message_box {
	background-color: #cccccc;
	padding: 2em;
}