Add version number to footer and fix line-height

This commit is contained in:
Alexander Schmidt
2026-03-27 08:02:54 +01:00
parent 2e71959fd1
commit 6fcc063ad9
5 changed files with 13 additions and 6 deletions

View File

@@ -692,6 +692,7 @@ footer {
padding: 2rem 1rem;
color: var(--text-muted);
font-size: 0.75rem;
line-height: 1.5em;
}
footer a {
@@ -699,6 +700,10 @@ footer a {
text-decoration: underline;
}
footer .version {
opacity: 0.5;
}
.countdown {
text-align: center;
font-size: 0.85rem;