import {Link} from 'gatsby'
import {colors} from '../theme'
import styled from 'styled-components'
export const LinkButton = styled(Link)`
background-color: ${colors.red};
color: ${colors.white};
font-size: 20px;
border-radius: 1px;
padding: 20px;
box-shadow: 8px 8px 0 rgba(251,59,73,.2);
text-decoration: none;
text-align: center;
display: inline-block;
min-width: 180px;
font-weight: 700;
transition: opacity .5s;
&:hover {
opacity: .8;
}
`
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| home | Folder | 0755 |
|
|
| Accordion.js | File | 1.14 KB | 0644 |
|
| Button.js | File | 478 B | 0644 |
|
| DocLinks.js | File | 1.83 KB | 0644 |
|
| FoundTypo.js | File | 815 B | 0644 |
|
| MobileSidebar.js | File | 756 B | 0644 |
|
| Sidebar.js | File | 619 B | 0644 |
|
| layout.js | File | 604 B | 0644 |
|
| links.js | File | 970 B | 0644 |
|
| navbar.js | File | 3.17 KB | 0644 |
|
| scripts.js | File | 610 B | 0644 |
|
| seo.js | File | 1.72 KB | 0644 |
|