Set an opacity on the GitHub octomark images.
Leaving them black makes them stand out a bit too much, this is a bit more subtle.
This commit is contained in:
parent
be432528d8
commit
3caf5adfc2
|
@ -18,6 +18,7 @@
|
||||||
.github-icon
|
.github-icon
|
||||||
img
|
img
|
||||||
margin-top: 2px
|
margin-top: 2px
|
||||||
|
opacity: 0.65
|
||||||
|
|
||||||
.not-found
|
.not-found
|
||||||
display: block
|
display: block
|
||||||
|
@ -61,4 +62,5 @@
|
||||||
&:hover
|
&:hover
|
||||||
background: transparent url(/images/icons/github.png) center right no-repeat
|
background: transparent url(/images/icons/github.png) center right no-repeat
|
||||||
background-size: 12px
|
background-size: 12px
|
||||||
|
opacity: 0.65
|
||||||
padding-right: 16px
|
padding-right: 16px
|
Loading…
Reference in New Issue
Block a user