feat: show version on website

Signed-off-by: skidoodle <contact@albert.lol>
This commit is contained in:
2026-01-19 01:31:28 +01:00
parent 2bcf339408
commit f0336b21b8
6 changed files with 39 additions and 4 deletions
+16
View File
@@ -237,10 +237,26 @@ button {
display: none !important;
}
.footer {
margin-top: 20px;
text-align: center;
opacity: 0.5;
}
.footer a {
color: inherit;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
@media (max-width: 400px) {
.github-btn span {
display: none;
}
.github-btn {
padding: 6px;
}