summaryrefslogtreecommitdiff
path: root/source/features/deep-reblame.css
blob: 0659b87306b10ab03743ddca2520101533e825dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
button.rgh-deep-reblame .octicon-versions {
	color: var(--color-scale-pink-5, #e40de4);
	opacity: 70%;
}

.rgh-deep-reblame:hover .octicon-versions {
	color: var(--color-scale-pink-7, #800080);
	opacity: 70%;
}

/*

Test URLs:

https://github.com/refined-github/refined-github/blame/main/source/refined-github.ts

*/