fix(dl): afficher les images de release et ouvrir la page de release

This commit is contained in:
2026-05-28 19:19:46 +02:00
parent 41c2c58dba
commit ec2c75de33
2 changed files with 58 additions and 6 deletions
+17
View File
@@ -34,6 +34,23 @@
line-height: 1.6;
}
.latest-note img {
display: block;
max-width: 100%;
height: auto;
margin: 0.75rem 0;
border-radius: 0.65rem;
}
.latest-note a {
color: #7dd3fc;
text-decoration: none;
}
.latest-note a:hover {
text-decoration: underline;
}
.versions-archive {
margin-top: 1rem;
}