actually adding the right color to figcaption now

This commit is contained in:
madrilene 2024-10-28 14:08:22 +01:00
parent 233ce8cadd
commit e650e4f5fe

View file

@ -26,5 +26,5 @@ is-land:not(:defined) .gallery dialog + button {
}
.gallery dialog figcaption {
color: currentColor;
color: var(--color-light);
}