.test { color: red; color: var(--background-color-neutral, green); } .test2 { display: none; } .copyboxonly { background: none; } .copyboxonly > pre { display: none; } .copyboxonly > button { position: static; }