Skip to content

Commit

Permalink
Translucent footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed May 8, 2016
1 parent 72ff843 commit 32c8675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8816,12 +8816,13 @@ body {
color: white;
height: 40px;
padding: 10px 16px;
opacity: 0.5;
}
/* line 22, ../sass/_footer.scss */
/* line 23, ../sass/_footer.scss */
.footer a {
color: white;
}
/* line 26, ../sass/_footer.scss */
/* line 27, ../sass/_footer.scss */
.footer a:hover {
text-decoration: none;
}
Expand Down
1 change: 1 addition & 0 deletions public/sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body {
color: white;
height: $footer-height;
padding: 10px 16px;
opacity: 0.5;

a {
color: white;
Expand Down

0 comments on commit 32c8675

Please sign in to comment.