Skip to content

Commit

Permalink
adjust the footer to be more appealing and easier to see
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Jul 25, 2015
1 parent add9014 commit 404a55b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -286,7 +286,7 @@ function tomjn_hack_wp_title_for_home( $title ) {
add_action( 'tomjn_footer_notes', 'tomjn_footer_notes' );
function tomjn_footer_notes() {
?>
<p>Content licensed as <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">cc-by-sa-3</a> with attribution required, <a href="https://btc.blockr.io/address/info/36YaqRn79RzrEXW8oH47DZZ1xGkoZgcnNj">BTC</a>, <a href="https://twitter.com/tarendai" rel="me">twitter</a></p>
<p>Content licensed as <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">cc-by-sa-3</a> with attribution required, <a href="https://btc.blockr.io/address/info/36YaqRn79RzrEXW8oH47DZZ1xGkoZgcnNj">Bitcoin</a>, <a href="https://twitter.com/tarendai" rel="me">twitter</a></p>
<?php
}

3 changes: 2 additions & 1 deletion style.less
Expand Up @@ -982,7 +982,8 @@ footer {
}

.site-footer {
opacity:0.1;
opacity:0.3;
font-size:50%;
&:hover {
opacity:1;
}
Expand Down

0 comments on commit 404a55b

Please sign in to comment.