Skip to content

Commit

Permalink
Merge pull request #1 from jacobb/thebestfeature
Browse files Browse the repository at this point in the history
Make Orange the color of the id.
  • Loading branch information
jacobb committed May 4, 2016
2 parents 245eaab + 086e50a commit 9c733e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/entries.html
Expand Up @@ -4,7 +4,7 @@
<div>
<h2>{{ entry.title }}!</h2>
<div class="purple">{{ entry.body }}</div>
<p><strong>ID: {{ entry.id }}</strong></p>
<p class="orange"><strong>ID: {{ entry.id }}</strong></p>
<hr>
</div>
{% endfor %}

0 comments on commit 9c733e0

Please sign in to comment.