footer links :hover :fpcus :active color changed to #ddd

This commit is contained in:
ARvind Tiwari 2017-07-25 18:59:07 +05:30
commit 0e4a488dc1
3 changed files with 13 additions and 6 deletions

View file

@ -4,7 +4,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
{% if request.resolver_match.url_name == "index" %}
<li>
@ -45,7 +45,7 @@
</li>
{% endif %}
</ul>
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
</div>
</div>