summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-03-27 10:23:17 -0400
committerBen Burwell <ben.burwell@trifecta.com>2016-03-27 10:23:17 -0400
commit54d18f0d5c7b1d847215087c33d19f994d7f65e5 (patch)
tree5b16e15a4fdb802fbc939cc8d2965c29255a4dfd /projects
parentd7736c7cc62c6d2dae5f1570d9d174be89e338a9 (diff)
Update site theme
Diffstat (limited to 'projects')
-rw-r--r--projects/index.html4
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 %}
&bull;
- <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>