Skip to content

Commit

Permalink
fixing footer and nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
krajeswaran committed Nov 6, 2019
1 parent 9745f94 commit 832aa60
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 8 deletions.
6 changes: 5 additions & 1 deletion src/components/theme/Header/NavbarLinks/styles.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import styled from 'styled-components'

export const Wrapper = styled.div`
color: hsl(0, 0%, 45%);
vertical-align: middle;
font-size: 80%;
a {
color: hsl(0, 0%, 50%);
color: hsl(0, 0%, 45%);
text-decoration: none;
}
Expand Down
82 changes: 75 additions & 7 deletions static/illustrations/footer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 832aa60

Please sign in to comment.