added version + Gitea link in footer

This commit is contained in:
2025-01-26 19:48:51 +01:00
parent 029502d887
commit 500ff54537
6 changed files with 35 additions and 2 deletions

View File

@ -53,7 +53,16 @@ nav a:hover {
footer {
background-color: var(--dark2);
min-height: 3em;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 1.2em;
}
footer .sep {
margin: 0 0.5em;
border-left: solid var(--light1) 1px;
height: 1em;
}
main {
@ -83,4 +92,8 @@ button, select {
.template {
display: none !important;
}
a {
color: #69c935
}