Changed github logo color
This commit is contained in:
parent
107228a6f7
commit
fe8782d986
@ -4,7 +4,7 @@
|
||||
<dd>{{ $key.description }} 
|
||||
{{- if $key.rogsgit -}}<a class="personal-projects" href="{{ $key.rogsgit }}"><img src="/cgit-small.png"/></a> {{- end -}}
|
||||
{{- if $key.gitlab -}}<a class="personal-projects" href="{{ $key.gitlab }}"><img src="/gitlab-small.png"/></a> {{- end -}}
|
||||
{{- if $key.github -}}<a class="personal-projects"href="{{ $key.github }}"><img src="/github-small.png"/></a> {{- end -}}
|
||||
{{- if $key.github -}}<a class="personal-projects"href="{{ $key.github }}"><img class="github-img" src="/github-small.png"/></a> {{- end -}}
|
||||
</dd>
|
||||
{{- end -}}
|
||||
</dl>
|
||||
|
@ -346,3 +346,6 @@ aside {
|
||||
border: 0px transparent;
|
||||
filter: invert(100%) sepia(86%) saturate(84%) hue-rotate(100deg) brightness(111%) contrast(101%);
|
||||
}
|
||||
.github-img {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user