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

export const Text = styled.p`
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  color: var(--cl-gray-5);
  margin-top: 48px;
`;

export const Link = styled.a`
  color: var(--cl-gray-6) !important;
  &:hover { color: var(--cl-magenta-7) !important; }
`;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage