Skip to content

Commit

Permalink
fixed AuthNavigate.styled
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArden committed May 7, 2023
1 parent a2bbfde commit 523eda6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AuthNavigate/AuthNavigate.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Link } from 'react-router-dom';
import styled from 'styled-components';

export const LinkStyled = styled(Link)`
font-family: var(--main-font);
font-family: var(--primary-font);
font-style: normal;
font-weight: 600;
font-size: 12px;
Expand All @@ -11,6 +11,7 @@ export const LinkStyled = styled(Link)`
color: var(--accent-text-color);
text-shadow: 0px 47px 355px rgba(0, 0, 0, 0.07),
0px 9.4px 57.6875px rgba(0, 0, 0, 0.035);
transition: color var(--animation);
&:hover,
:focus {
Expand Down

0 comments on commit 523eda6

Please sign in to comment.