mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Gave version no a class, changed to 'sono'
This commit is contained in:
parent
24d2997f34
commit
3706f4e3cc
2 changed files with 5 additions and 1 deletions
|
@ -34,3 +34,7 @@ h6,
|
|||
button {
|
||||
font-family: 'pp-neue-machina' !important;
|
||||
}
|
||||
|
||||
.pk-version {
|
||||
font-family: 'sono';
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<footer class="mt-4 flex items-center justify-between">
|
||||
<div>
|
||||
<p>
|
||||
<span class="text-xs">V {pkg.version}</span>
|
||||
<span class="text-xs pk-version">V {pkg.version}</span>
|
||||
<!--
|
||||
TODO: uncomment once install counts improve
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue