chore: footer text to be grey

does not need to be prominent

!35
This commit is contained in:
2024-07-14 15:27:03 +09:30
parent 935e10dc24
commit 1f35893db9
2 changed files with 5 additions and 3 deletions

View File

@ -123,10 +123,10 @@ section h2 span svg {
{% include 'icons/git.svg' %}
</a>
</span>
<span style="color: #aaa; font-size: 12px; text-align: center;">
Centurion ERP brought to you by <a href="https://nofusscomputing.com">No Fuss Computing</a>
<span style="text-align: center;">
Centurion ERP brought to you by <a href="https://nofusscomputing.com" target="_blank">No Fuss Computing</a>
</span>
<span style="text-align: right; font-size: 12px">
<span style="text-align: right;">
Release:
{% if build_details.version %}
version: {{ build_details.version }}