fix(background): unsplash author credit in dark mode
This commit is contained in:
parent
0887860b2a
commit
b1c4748969
@ -278,7 +278,7 @@ async function removeBackground() {
|
|||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
font-size: .75rem;
|
font-size: .75rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--white);
|
color: $white;
|
||||||
transition: opacity $transition;
|
transition: opacity $transition;
|
||||||
}
|
}
|
||||||
.image-search__result-item:hover .image-search__info {
|
.image-search__result-item:hover .image-search__info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user