* {
  color: inherit;
}

button {
  color: red;
}

.testinherit * {
  color: red;
}
