/* Keep File Browser's interactive controls legible on the dark Haselmaeuse theme. */
:root {
  --blue: #3b3f54 !important;
  --dark-blue: #2f3347 !important;
  --icon-blue: #3b3f54 !important;
}

.button,
button.button {
  background-color: #3b3f54 !important;
  color: #fff !important;
}

.button:hover,
.button:focus-visible,
button.button:hover,
button.button:focus-visible {
  background-color: #2f3347 !important;
}
