1
0

_footer_inverted.scss 82 B

1234567
  1. body.inverted {
  2. .footer {
  3. a {
  4. color: $link-color-inverted;
  5. }
  6. }
  7. }