Merge pull request #63 from guidorota/fix-caption-text-contrast
Fix image caption text contrast
This commit is contained in:
commit
bb0feb7a67
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
border-bottom: 1px solid var(--color-bg-accent);
|
||||
}
|
||||
|
||||
/* light text colour for captions shown against the dark gallery backdrop */
|
||||
.prose .gallery dialog.flow figcaption {
|
||||
color: var(--color-base-light);
|
||||
}
|
||||
|
||||
:where(.prose :is(h2, h3, h4)) {
|
||||
--flow-space: var(--space-xl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue