We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa154f commit b3e5410Copy full SHA for b3e5410
office-website/src/components/Header.tsx
@@ -39,6 +39,11 @@ const Logo = styled.a`
39
span {
40
margin-left: 0.5rem;
41
}
42
+
43
+ &:hover {
44
+ color: ${({ theme }) => theme.colors.primaryHover};
45
+ text-decoration: none;
46
+ }
47
`;
48
49
const NavLinks = styled.nav`
office-website/src/styles/GlobalStyles.ts
@@ -79,7 +79,7 @@ const GlobalStyles = createGlobalStyle`
79
transition: ${({ theme }) => theme.transitions.fast};
80
81
&:hover {
82
- color: ${({ theme }) => theme.colors.primaryDark};
83
84
85
0 commit comments