nord.css 258 B

12345678910111213141516
  1. :root {
  2. --main-bg: #3B4252;
  3. --main-fg: #E5E9F0;
  4. --alt-fg: #bd93f9;
  5. --result-link-fg: #88C0D0;
  6. --result-fg: #D8DEE9;
  7. --button-bg: #4C566A;
  8. --special-result-border: #D8DEE9;
  9. --footer-fg: #D8DEE9;
  10. --footer-bg: #2E3440;
  11. }