mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
style: format codebase
This commit is contained in:
@@ -5,7 +5,7 @@ const linkStyle = css`
|
||||
display: inline-block;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
color: ${props => props.theme.main.foreground};
|
||||
color: ${(props) => props.theme.main.foreground};
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user