Add GitHub mark to GitHub links
This was requested in #95. Adds a little 10x10px GitHub mark to every GitHub link in the main frame.
This commit is contained in:
parent
d0f7c75795
commit
f05477bb0c
|
@ -53,3 +53,12 @@
|
|||
&.forks
|
||||
background-image: inline-image('ui/github-forks.png')
|
||||
|
||||
.tab
|
||||
a[href^="https://github.com"],
|
||||
a[href^="http://github.com"],
|
||||
a[href^="https://www.github.com"],
|
||||
a[href^="http://www.github.com"]
|
||||
&:hover
|
||||
background: transparent url(/images/icons/github.png) center right no-repeat
|
||||
background-size: 12px
|
||||
padding-right: 16px
|
Loading…
Reference in New Issue
Block a user