chore: ux saving improvements, setup doc

This commit is contained in:
Kyle Gill
2019-04-24 22:39:47 -07:00
parent 05b262ab04
commit 7144a18338
3 changed files with 94 additions and 19 deletions

View File

@@ -61,6 +61,7 @@ export const StyledLink = withTheme(styled(Link)`
text-decoration: none;
border-radius: 12px;
outline: none;
color: ${props => props.theme.colors.primary};
&:focus {
box-shadow: 0 0 0 3px ${props => props.theme.colors.bodyBackground},
0 0 0 5px ${props => props.theme.colors.hover};