fix(background): unsplash author credit in dark mode

This commit is contained in:
kolaente 2023-09-29 09:33:30 +02:00
parent 0887860b2a
commit b1c4748969
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ async function removeBackground() {
background: rgba(0, 0, 0, 0.5);
font-size: .75rem;
font-weight: bold;
color: var(--white);
color: $white;
transition: opacity $transition;
}
.image-search__result-item:hover .image-search__info {