Template:Debug/styles.css

From Palia Wiki
Jump to navigation Jump to search
.debug-content {
	display: none;
	
	padding: 1em;
	border: 8px dashed goldenrod;
	background: palegoldenrod;
	color: #000;
}

.debug-content a {
	color: #000;
}

html.theme-dark .debug-content {
	border-color: darkgoldenrod;
	background: goldenrod;
	color: #FFF;
}

html.theme-dark .debug-content a {
	color: #FFF;
}