Skip to content
Snippets Groups Projects
Verified Commit 139b42a0 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use text-dark as link colour and make them bolder. Closes #58.

parent dda2d5f6
No related branches found
No related tags found
1 merge request!37Use text-dark as link colour and make them bolder. Closes #58.
......@@ -27,3 +27,7 @@ img.person-img {
display: block;
margin-top:0px;
}
.core-footer-link {
font-weight: bold;
}
\ No newline at end of file
......@@ -51,7 +51,7 @@
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-dark">
<p>
<a href="https://biscuit.edugit.org/">BiscuIT - The Free School Information System</a> © The BiscuIT Team @ <a href="https://www.teckids.org">Teckids e.V.</a>
<a class="core-footer-link text-dark" href="https://biscuit.edugit.org/">BiscuIT - The Free School Information System</a> © The BiscuIT Team @ <a class="core-footer-link text-dark" href="https://www.teckids.org">Teckids e.V.</a>
</p>
</div>
</div>
......
......@@ -11,7 +11,7 @@
<h5>{{ item.name }}</h5>
<ul class="list-unstyled quick-links">
{% for menu in item.submenu %}
<li><a href="{{ menu.url }}">{% fa 'fa-angle-double-right' %} {{ menu.name }}</a></li>
<li><a class="core-footer-link text-dark" href="{{ menu.url }}">{% fa 'fa-angle-double-right' %} {{ menu.name }}</a></li>
{% endfor %}
</ul>
</div>
......@@ -25,7 +25,7 @@
<h5>{% blocktrans %}Assorted{% endblocktrans %}</h5>
<ul class="list-unstyled quick-links">
{% for item in menu.list %}
<li><a href="{{ item.url }}">{% fa 'fa-angle-double-right' %} {{ item.name }}</a></li>
<li><a class="core-footer-link text-dark" href="{{ item.url }}">{% fa 'fa-angle-double-right' %} {{ item.name }}</a></li>
{% endfor %}
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment