dark.css 258 B

12345678910111213141516
  1. :root {
  2. --main-bg: #202124;
  3. --main-fg: #e8eaed;
  4. --alt-fg: #bd93f9;
  5. --result-link-fg: #8ab4f8;
  6. --result-fg: #999da2;
  7. --button-bg: #303134;
  8. --special-result-border: #bdc1c6;
  9. --footer-fg: #999da2;
  10. --footer-bg: #171717;
  11. }