Use green for quick timer start button.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-01 10:16:54 -04:00
parent 4251ac17e1
commit f567de8934
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="/"><span class="text-info">Baby</span> Blotter</a>
<a class="d-lg-none d-md-none text-secondary ml-auto p-0 mr-3" href="{% url 'timer-add-quick' %}">
<a class="d-lg-none d-md-none text-success ml-auto p-0 mr-3" href="{% url 'timer-add-quick' %}">
<i class="icon icon-2x icon-timer" aria-hidden="true"></i>
</a>