diff options
author | Ben Burwell <ben.burwell@trifecta.com> | 2016-03-27 10:23:17 -0400 |
---|---|---|
committer | Ben Burwell <ben.burwell@trifecta.com> | 2016-03-27 10:23:17 -0400 |
commit | 54d18f0d5c7b1d847215087c33d19f994d7f65e5 (patch) | |
tree | 5b16e15a4fdb802fbc939cc8d2965c29255a4dfd /projects/index.html | |
parent | d7736c7cc62c6d2dae5f1570d9d174be89e338a9 (diff) |
Update site theme
Diffstat (limited to 'projects/index.html')
-rw-r--r-- | projects/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/index.html b/projects/index.html index 79461a4..9dbf78e 100644 --- a/projects/index.html +++ b/projects/index.html @@ -15,11 +15,11 @@ description: Projects I’ve done. {% endif %} </h2> <section> - <p class="muted sans"> + <p class="muted"> {{ project.tech }} {% if project.github %} • - <a href="https://github.com/{{ project.github }}">{{ project.github }}</a> + <a class="muted" href="https://github.com/{{ project.github }}">{{ project.github }}</a> {% endif %} </p> <p>{{ project.description }}</p> |