nicklima/strapi-blog-frontend-next

View on GitHub
components/NavItem/styled.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import styled from "styled-components"

export const Item = styled.li`
  color: #fff;
  font-family: Staatliches;
  font-size: 20px;
`