mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
style: format codebase
This commit is contained in:
@@ -10,6 +10,6 @@ export const Link = styled.span`
|
||||
|
||||
&:hover {
|
||||
border-bottom: 2px solid
|
||||
${props => transparentize(0.6, props.theme.sidebar.foreground)};
|
||||
${(props) => transparentize(0.6, props.theme.sidebar.foreground)};
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user