text colour

This commit is contained in:
Corban-Lee Jones 2024-09-25 12:53:42 +01:00
parent b4bef2598f
commit 4ebb33e732

View File

@ -34,7 +34,7 @@
</li>
{% endfor %}
</ul>
<ul class="d-flex flex-lg-row flex-column list-unstyled text-center flex-nowrap mb-0 px-lg-4 px-2 align-items-center">
<ul class="d-flex flex-lg-row flex-column list-unstyled text-center flex-nowrap mb-0 px-lg-4 px-2 align-items-center text-body-secondary">
<li>
<a href="https://gitea.cor.bz/corbz/PYRSS-Website" class="text-reset" target="_blank">
<i class="bi bi-git fs-5"></i>
@ -48,7 +48,7 @@
<li class="ms-3 d-none d-lg-inline">
<div class="vr"></div>
</li>
<li class="ms-3 d-none d-lg-inline text-nowrap small">
<li class="ms-3 d-none d-lg-inline text-nowrap text-reset small">
&copy; 2024 PYRSS
</li>
</ul>