Fix sources

This commit is contained in:
2025-07-08 22:52:40 +02:00
parent 181ddb4759
commit 9e9c0e4b35
2 changed files with 98 additions and 1 deletions

View File

@ -597,9 +597,17 @@ p {
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.9);
padding: 0.4rem 1rem;
border-radius: 0 0 12px 12px;
opacity: 0;
transform: translateY(100%);
transition: all 0.3s ease;
}
.feature-image:hover .image-caption {
opacity: 1;
transform: translateY(0);
}
.image-caption small {