aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer/index.styled.ts
blob: 6caa7ffbec8652b9a10a22f1f700a475963be70d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import styled from "styled-components";

export const Text = styled.p`
  text-align: center;
  color: ${({ theme }) => theme.text};
  margin-top: 50px;
`;

export const Link = styled.a`
  color: ${({ theme }) => theme.text};
`;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage