*,
#reference {
  color: lime;
}

:disabled {
  color: red;
}

label:disabled {
  color: inherit;
}