Add version to page header

This commit is contained in:
2024-04-27 14:11:31 -04:00
parent bf6b2a0ffa
commit 0df40f3cfd
3 changed files with 37 additions and 23 deletions

View File

@@ -30,6 +30,12 @@ header {
font-size: 1.5rem;
}
.version {
font-size: .85rem;
padding-left: .5rem;
color: rgba(255, 255, 255, .75);
}
a:link, a:visited {
color: white;
}