Added version to menu.

This commit is contained in:
Mike Cao 2023-09-04 13:42:39 -07:00
parent 4bce72350b
commit cec186e4c1
2 changed files with 11 additions and 1 deletions

View file

@ -8,3 +8,11 @@
gap: 12px;
background: var(--base50);
}
.version {
font-family: monospace;
font-size: 11px;
color: var(--base600);
text-align: right;
margin-right: 10px;
}