1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-19 03:12:07 +02:00
This commit is contained in:
Ryan L McIntyre 2017-04-22 21:40:45 -04:00
parent 39eb9c208f
commit f536ff3571
4 changed files with 11 additions and 2 deletions

View File

@ -34,6 +34,7 @@ colors:
orange: '#fab125'
turquoise: '#0fbfcf'
yellow: '#ffce3e'
red: '#de3c3c'
kramdown:
auto_ids: false

View File

@ -286,7 +286,7 @@ nav ul li:hover, nav ul li.active {
right:0;
width:200px;
overflow:hidden;
height:206px;
height:209px;
z-index:9999;
}
#forkongithub a {

View File

@ -3,3 +3,11 @@
text-decoration: none;
color: inherit;
}
#forkongithub .fa {
font-size: 1.5rem;
}
#forkongithub span {
font-size: 1.75rem;
}

View File

@ -36,7 +36,7 @@ style: center
<span id="forkongithub">
<a href="{{ site.source_link }}" class="bg-blue">
Fork me on GitHub
<i class="fa fa-code-fork"></i> Fork us on GitHub <span class="text-red">&hearts;</span>
</a>
</span>