浏览代码

update navbar hover color

Aykut Saraç 3 年之前
父节点
当前提交
0ac1e9173c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/components/Navbar/index.tsx

+ 4 - 0
src/components/Navbar/index.tsx

@@ -12,6 +12,10 @@ const StyledNavbar = styled.div`
   width: 75%;
   margin: 0 auto 80px;
 
+  a:hover {
+    color: ${({ theme }) => theme.ORANGE};
+  }
+
   @media only screen and (max-width: 768px) {
     width: 100%;
   }