/* -- Enforcing darkmode -- */
/* meta name="x-apple-disable-message-reformatting" */
.vimvixen-hint {
  background-color: hsla(40,100%,48%,1.0) !important;
  border-color: hsla(48,91%,85%,1.0) !important;
  color: hsla(45,18%,95%,1.0) !important;
}
::placeholder {
  opacity: 0.5 !important;
}
#edge-translate-panel-body,
.MuiTypography-body1 {
  color: hsla(33,4%,85%,1.0) !important;
}
gr-main-header {
  background-color: hsla(195,79%,28%,1.0) !important;
}
.tou-z65h9k,
.tou-mignzq,
.tou-1b6i2ox,
.tou-lnqlqk {
  background-color: hsla(200,14%,9%,1.0) !important;
}
.tou-75mvi {
  background-color: hsla(194,93%,16%,1.0) !important;
}
.tou-ta9e87,
.tou-1w3fhi0,
.tou-1b8t2us,
.tou-py7lfi,
.tou-1lpmd9d,
.tou-1frrtv8,
.tou-17ezmgn {
  background-color: hsla(0,0%,4%,1.0) !important;
}
.tou-uknfeu {
  background-color: hsla(36,91%,14%,1.0) !important;
}
.tou-6i3zyv {
  background-color: hsla(195,77%,42%,1.0) !important;
}
embed[type="application/pdf"] {
  filter: invert(100%) contrast(90%) hue-rotate(180deg);
}
:root {
  color-scheme: dark;
}
html {
  background-color: hsla(200,11%,11%,1.0) !important;
  color-scheme: dark !important;
}
html, body, input, textarea, select, button {
  background-color: hsla(200,11%,11%,1.0);
}
html, body, input, textarea, select, button {
  border-color: hsla(37,18%,45%,1.0);
  color: hsla(36,2%,91%,1.0);
}
/* a, a:hover {
  color: hsla(212,80%,100%,1.0);
  text-decoration: none;
  font-weight: bolder;
} */
table {
  border-color: hsla(198,11%,37%,1.0);
}
::placeholder {
  color: hsla(35,10%,70%,1.0);
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: hsla(64,100%,27%,1.0) !important;
  color: hsla(36,2%,91%,1.0) !important;
}
::-webkit-scrollbar {
  background-color: hsla(195,11%,14%,1.0);
  color: hsla(37,11%,67%,1.0);
}
::-webkit-scrollbar-thumb {
  background-color: hsla(202,10%,30%,1.0);
}
::-webkit-scrollbar-thumb:hover {
  background-color: hsla(202,11%,38%,1.0);
}
::-webkit-scrollbar-thumb:active {
  background-color: hsla(202,11%,32%,1.0);
}
::-webkit-scrollbar-corner {
  background-color: hsla(200,11%,11%,1.0);
}
* {
  scrollbar-color: hsla(202,10%,30%,1.0) hsla(195,11%,14%,1.0);
}
::selection,
::-moz-selection {
  background-color: hsla(213,100%,67%,1.0) !important;
  color: hsla(36,2%,91%,1.0) !important;
}
