<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Source: https://github.com/dilanx/redark */

body {
  background-color: #1e2129;
}
  
.react-tabs__tab--selected {
  border: none !important;
  background-color: #3f3f46 !important;
}

:root {
  color-scheme: dark;
}
</pre></body></html>