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

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

View file

@ -690,3 +690,8 @@ a.unlink:hover {
width: 100% !important;
}
}
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
color: #ddd;
}

View file

@ -135,7 +135,9 @@
</div>
</footer>
{% else %}
<div class="footer-light">
{% include "datacenterlight/includes/_footer.html" %}
</div>
{% endif %}
<!-- jQuery -->
<script src="{% static 'hosting/js/jquery.js' %}"></script>