<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------
   GhostRetro.co.uk Mail System Button CSS 
------------------------------------------------ */
button {
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.3em 0.3em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: oblique;
	font-variant: normal;

	font-size: medium;
	color: #DE7300;
	background-color: #1c1c1c;
	text-align:center;
	transition: all 0.2s;
}
button:hover {
	background-color: black;
	color: red;
}
</pre></body></html>