1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
body > .footer { transition: opacity 0.2s ease; } body > .footer:not(:hover) { opacity: 30%; } body > .footer > div > ul:first-of-type li:first-of-type { /* The `© 2017 GitHub, Inc.` text */ display: none; } .footer-octicon { display: none; } body > .footer li a, body > .footer li .btn-link { color: #666; }