summaryrefslogtreecommitdiff
path: root/source/features/clean-footer.css
blob: 42c66ac393c30bbe75a73f0769f3b6702f063e84 (plain) (blame)
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;
}