_variables.scss 159 B

1234567891011121314
  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. }