Web: Style app-version

This commit is contained in:
Pablo Vazquez 2022-05-04 15:32:52 +02:00
parent 14ea7fc0a5
commit 6dad727954
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<li><a href="/">Settings</a></li>
</ul>
</nav>
<span>
<span class="app-version">
<api-spinner />
version: {{ flamencoVersion }}
</span>

View File

@ -91,6 +91,11 @@ body {
grid-area: col-3;
}
.app-version {
font-family: var(--font-family-mono);
font-size: var(--font-size-sm);
}
a {
color: currentColor;
text-decoration: none;