style.css 627 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. :root {
  2. font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  3. font-size: 16px;
  4. line-height: 24px;
  5. font-weight: 400;
  6. color-scheme: light dark;
  7. color: rgba(255, 255, 255, 0.87);
  8. background-color: #242424;
  9. font-synthesis: none;
  10. text-rendering: optimizeLegibility;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. -webkit-text-size-adjust: 100%;
  14. }
  15. body {
  16. margin: 0;
  17. }
  18. a {
  19. font-weight: 500;
  20. color: #646cff;
  21. text-decoration: inherit;
  22. }
  23. a:hover {
  24. color: #535bf2;
  25. }
  26. a {
  27. font-weight: 500;
  28. color: #646cff;
  29. text-decoration: inherit;
  30. }
  31. a:hover {
  32. color: #535bf2;
  33. }