actually adding the right color to figcaption now
This commit is contained in:
parent
233ce8cadd
commit
e650e4f5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -26,5 +26,5 @@ is-land:not(:defined) .gallery dialog + button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery dialog figcaption {
|
.gallery dialog figcaption {
|
||||||
color: currentColor;
|
color: var(--color-light);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue