Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
style: changed the navbar font and sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
vycdev committed Mar 30, 2020
1 parent 5dc3348 commit 4c2c7aa
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/web/src/components/navbar/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ export const Fix = styled.div`
`;

export const Ul = styled.ul`
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap");
font-family: "Press Start 2P", cursive;
font-size: 12px;
font-family: "Verdana";
font-size: 18px;
list-style-type: none;
margin: 0;
Expand All @@ -22,15 +21,15 @@ export const Li = styled.li`
display: block;
color: white;
text-align: center;
padding: 16px 28px;
padding: 18px 28px;
text-decoration: none;
height: 14px;
height: 18px;
}
a:hover {
border-top: 4px solid #fff;
height: 10px;
padding-top: 12px;
border-top: 2px solid #fff;
height: 20px;
padding-top: 14px;
background-color: #349dfe;
}
`;

0 comments on commit 4c2c7aa

Please sign in to comment.