.contrast-button {
  background-color: transparent !important;
  border: none;
}
.contrast-button + a {
  display: none !important;
}
.contrast-button img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
.contrast-button img:hover {
  cursor: pointer;
}

.contrast-button-standard-position {
  display: block;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 99999999;
  width: 30px;
  height: 30px;
}

.contrast-active {
  mix-blend-mode: luminosity;
  background-color: white !important;
}

/*# sourceMappingURL=default-contrast.css.map */
