_variables.scss 180 B

123456789101112131415
  1. $linkColor: #3370ff;
  2. a {
  3. text-decoration: none;
  4. color: $linkColor;
  5. }
  6. :root {
  7. --link-color: #1a1;
  8. }
  9. html,
  10. body {
  11. margin: 0;
  12. scroll-behavior:smooth;
  13. overflow-x:hidden;
  14. }