This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2022-03-23 10:31:21 +00:00
|
|
|
import { Link } from "gatsby";
|
|
|
|
import styled from "styled-components";
|
|
|
|
|
|
|
|
export default styled(Link).attrs({
|
2022-04-12 11:20:40 +00:00
|
|
|
className: "text-primary underline-offset-2 decoration-1 decoration-dotted hover:text-primary-light hover:underline",
|
2022-03-23 10:31:21 +00:00
|
|
|
})``;
|