startpage.css 559 B

1234567891011121314151617181920212223242526
  1. :root {
  2. --main-bg: #171b25;
  3. --main-fg: #e8eaed;
  4. --result-link-fg: #a7b1fc;
  5. --result-fg: #ebecf7;
  6. --button-bg: #0c0d0f;
  7. --special-result-border: #3a445c;
  8. --special-text-background: #1e222d;
  9. --special-text-color: #e8eaed;
  10. --search-container-text-color: #ebecf7;
  11. --search-container-background-color: #2e3443;
  12. --search-container-background-border: #2e3443;
  13. --search-form-background-color: #0c0d0f;
  14. --border: #0c0d0f;
  15. --footer-fg: #999da2;
  16. --footer-bg: #0c0d0f;
  17. color-scheme: dark;
  18. }