translation (i18n)

This commit is contained in:
2023-09-01 13:52:23 +02:00
parent 579c728628
commit c6ab0cae43
9 changed files with 126 additions and 13 deletions
+13
View File
@@ -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;
`;