Add a link to our GitHub from our main header

This commit is contained in:
Jackson Harper
2022-02-16 17:09:19 -08:00
parent 89ae114820
commit 2d663ec71b
2 changed files with 24 additions and 4 deletions

View File

@ -39,10 +39,13 @@ export const Button = styled('button', {
borderRadius: '8px',
cursor: 'pointer',
color: '$omnivoreGray',
p: '10px 12px',
p: '10px 10px',
bg: 'rgb(125, 125, 125, 0)',
'&:hover': {
bg: 'rgb(47, 47, 47, 0.1)',
'.ctaButtonIcon': {
visibility: 'visible',
},
},
'@md': {
bg: 'rgb(125, 125, 125, 0.1)',
@ -50,7 +53,9 @@ export const Button = styled('button', {
'@xsmDown': {
visibility: 'collapse',
},
'.ctaButtonIcon': {
visibility: 'hidden',
}
},
ctaGray: {
border: 0,