Fix colour scheme and tweak font sizes

This commit is contained in:
Thomas Busby
2018-05-26 01:27:25 +02:00
parent ca12a19c7c
commit ad6fb2cf02
3 changed files with 28 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ layout: compress
<div class="col-sm-3">
<div class="fixed-condition">
<a href="/"><img class="profile-avatar" src="{{ site.avatar_url }}" height="75px" width="75px" /></a>
<h1 class="author-name">{{ site.author }}</h1>
<h1 class="author-name"><a href="/">{{ site.author }}</a></h1>
{% if site.about %}
<div class="profile-about">
{{ site.about }}
@@ -165,7 +165,7 @@ layout: compress
<footer>
&copy; {{ site.author }}
{% if site.github %}
- <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll.
- <a href="{{ site.github }}">{{ site.github }}</a>
{% endif %}
</footer>
</div>