Skip to content

Commit

Permalink
Change footer link color
Browse files Browse the repository at this point in the history
  • Loading branch information
rivaldys committed Aug 10, 2021
1 parent 3f7e116 commit 9736504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/container/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,13 @@ b

.footer-wrapper a
{
color: #4CAF50;
transition: 0.3s;
}

.footer-wrapper a:hover
{
color: #4CAF50;
opacity: 0.75;
}

.footer-wrapper svg
Expand Down

1 comment on commit 9736504

@vercel
Copy link

@vercel vercel bot commented on 9736504 Aug 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.