summaryrefslogtreecommitdiff
path: root/source/features/mark-merge-commits-in-list.css
blob: 38d88323e52151bafad91f9831c63a43727f01c9 (plain) (blame)
1
2
3
4
5
6
7
8
.rgh-merge-commit:not(.navigation-focus) > div > * {
	opacity: 40%;
}

.rgh-merge-commit .octicon-git-pull-request {
	color: #4078c0;
	width: 20px;
}