_variables.scss 105 B

123456789
  1. $linkColor: #3370ff;
  2. a {
  3. text-decoration: none;
  4. color: $linkColor;
  5. }
  6. :root {
  7. --link-color: #1a1;
  8. }