/* Revert the "Install app" button text color to its default value. This ensures
it is readable against the button color used by the visitor's browser. */
.block-pwa-add-to-home-screen button {
  color: revert;
}
