Merge pull request #414 from tiwariav/task/3604/footer_mouseover

task #3604 footer links
This commit is contained in:
Pcoder 2017-07-28 22:04:05 +02:00 committed by GitHub
commit 3b82f9540a
3 changed files with 10 additions and 3 deletions

View file

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

View file

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