Last active
September 7, 2018 16:06
-
-
Save mathetos/f61e1a9cf3569707778ab4706b5dd3ac to your computer and use it in GitHub Desktop.
Give-ify your Github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Give-ify your Github | |
* Preview: https://cloudup.com/cGiBiRpMd3B | |
* | |
* Step 1: Install the "Refined Github" browser extension: https://github.com/sindresorhus/refined-github | |
* Step 2: Use it's Custom CSS field to paste the following. | |
*/ | |
@font-face { | |
font-family: give-icomoon; | |
src: url("https://givewp.com/wp-content/plugins/give/assets/dist/fonts/icomoon.eot"); | |
src: url("https://givewp.com/wp-content/plugins/give/assets/dist/fonts/icomoon.eot#iefix") format("embedded-opentype"),url("https://givewp.com/wp-content/plugins/give/assets/dist/fonts/icomoon.woff") format("woff"),url("https://givewp.com/wp-content/plugins/give/assets/dist/fonts/icomoon.svg#icomoon") format("svg"); | |
font-weight: 400; | |
font-style: normal | |
} | |
.repohead.experiment-repo-nav { | |
background-color: #68bb6c; | |
} | |
.repohead.experiment-repo-nav .public a, | |
.repohead.experiment-repo-nav .private a, | |
.repohead h1 .octicon {color: white;} | |
.reponav-item:not(.selected):hover { | |
background: rgba(255,255,255,0.3); | |
} | |
a.header-logo-invertocat svg { | |
display: none; | |
} | |
.header-logo-invertocat { | |
white-space: nowrap; | |
height: 32px; | |
width: 32px; | |
font-size: 1.6rem; | |
line-height: 2.1rem; | |
color: #68BB6C; | |
} | |
.header-logo-invertocat:before { | |
font-family: give-icomoon; | |
speak: none; | |
font-style: normal; | |
font-weight: 400; | |
font-variant: normal; | |
text-transform: none; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\E800" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment