mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-04 05:58:16 +00:00
translation (i18n)
This commit is contained in:
@@ -19,6 +19,7 @@ export const StyledNavlinkBrand = styled.div`
|
||||
|
||||
export const StyledNavlinkList = styled.div`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1em;
|
||||
font-size: 1.1em;
|
||||
`;
|
||||
@@ -27,3 +28,15 @@ export const StyledNavlink = styled.a`
|
||||
/* color: black; */
|
||||
font-weight: bold;
|
||||
`;
|
||||
|
||||
export const StyledLangButton = styled.button`
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
|
||||
padding: 0.25em 1em;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
|
||||
border: 1px solid ${({ theme }) => theme.colors.primary};
|
||||
background: none;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user