Jump to content

User:SilverLocust/sandbox.css

From Wikipedia, the free encyclopedia
.test {
	color: red;
	color: var(--background-color-neutral, green);
}

.test2 {
	display: none;
}

.copyboxonly {
	background: none;
}

.copyboxonly > pre {
	display: none;
}

.copyboxonly > button {
	position: static;
}