Skip to content

Commit

Permalink
improved link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketinventor committed Nov 3, 2016
1 parent 276ec05 commit 2009d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions In Javascript/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ button {
a {
color: white;
font-weight: bold;
background-color: rgba(220, 220, 220, 0.35);
background-color: rgba(242, 242, 242, 0.2);
text-decoration: none;
}

a:hover {
background-color: rgba(240, 240, 240, 0.52);
background-color: rgba(255, 255, 255, 0.38);
}

0 comments on commit 2009d86

Please sign in to comment.