Skip to content

Commit

Permalink
Change navbar background to a gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Noah committed Jan 19, 2020
1 parent d5679bf commit a7a3150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width: 100%;
height: 64px;
padding: 0 24px;
background-color: var(--bg-darker);
background: linear-gradient(45deg, var(--bg-darker), var(--bg));
box-sizing: border-box;
display: flex;
align-items: center;
Expand Down

0 comments on commit a7a3150

Please sign in to comment.