change apparence of murph version

This commit is contained in:
Simon Vieille 2022-03-11 15:24:33 +01:00
parent 4e1003159c
commit 7523f479d5
2 changed files with 1 additions and 2 deletions

View file

@ -550,7 +550,6 @@ form {
#murph-version {
display: inline;
font-size: 14px;
margin-left: 2px;
a {
color: #333;

View file

@ -25,7 +25,7 @@
{% if murph_version %}
<div id="murph-version">
<a href="https://doc.murph-project.org/" target="_blank">{{ murph_version }}</a>
<a href="https://doc.murph-project.org/" target="_blank" class="btn btn-light">{{ murph_version }}</a>
</div>
{% endif %}
</div>