Template:Note/styles.css: Difference between revisions

From LANCommander
(Created page with ".note { background-color: #f6efe5; border: 1px solid #ac6600; }")
 
No edit summary
 
Line 2: Line 2:
background-color: #f6efe5;
background-color: #f6efe5;
border: 1px solid #ac6600;
border: 1px solid #ac6600;
padding: .5em;
display: inline-block;
}
}

Latest revision as of 18:54, 5 August 2023

.note {
	background-color: #f6efe5;
	border: 1px solid #ac6600;
	padding: .5em;
	display: inline-block;
}