aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header/index.styled.ts
blob: af3806551ba6f9f4a3e05636788983e0a7a34509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
import styled from "styled-components";

export const Container = styled.header`
  width: 100%;
  border-bottom: 1px solid ${({ theme }) => theme.border};
  padding-bottom: 16px;
  margin-bottom: 32px;
`;

export const Content = styled.div`
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;

  svg {
    color: var(--cl-gray-6);
    &:hover {
      cursor: pointer;
      color: var(--cl-white);
    }
  }

  a { color: ${({ theme }) => theme.text}; }
`;

export const Logo = styled.h1`
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  color: var(--cl-green-6);
  margin: 0;

  user-select: none;
`;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage