commit | 2159414a3945f059a7e52a4900ffcd1ca665e102 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Mar 19 03:11:45 2014 -0600 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Tue Dec 23 19:40:14 2014 -0700 |
tree | 4a315c7b36fd5fad7d1a6084151a1f012bb67df1 | |
parent | caed6cb27f1869b0590cab56fc3394762892d049 [diff] [blame] |
footer: link back to cgit home page The footer has always been overrideable using the footer= in cgitrc, so this won't anger anybody who cares about their footer.
diff --git a/cgit.css b/cgit.css index 71b0b9b..6888cde 100644 --- a/cgit.css +++ b/cgit.css
@@ -590,6 +590,13 @@ font-size: 80%; color: #ccc; } +div#cgit div.footer a { + color: #ccc; + text-decoration: none; +} +div#cgit div.footer a:hover { + text-decoration: underline; +} div#cgit a.branch-deco { color: #000; margin: 0px 0.5em;