adds styles for figure and figcaption. #17
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I realized concrete is missing styles for
<figure>
and<figcaption>
, so I added these. Figure contains a full-width image, a right-aligned figure caption in smaller text and a properly spaced bottom border. The bottom border is copied from<blockquote>
's left border.I tried to mimic concrete's design and code style. Please feel free to change as you see fit.
Preview images:
figure and figcaption in dark mode
![figure-dark](https://private-user-images.githubusercontent.com/434451/321586666-5f3c5df0-499c-4be7-b9dd-1754120b36fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTI1MzksIm5iZiI6MTczOTI1MjIzOSwicGF0aCI6Ii80MzQ0NTEvMzIxNTg2NjY2LTVmM2M1ZGYwLTQ5OWMtNGJlNy1iOWRkLTE3NTQxMjBiMzZmYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNTM3MTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNWE3OTJjOGRjZDdjMWFhMDc0MzRlMzdhM2ZlNTE4NzE4ZWRiZjRkNDczMTcxNThlZDc2MjNmMmMxMjI4MDhlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.aFdVcatoUfKAMglQd73CTVRN9WBzVDT2UqMXfUgR5zc)
figure and figcaption in light mode
![figure-light](https://private-user-images.githubusercontent.com/434451/321586672-4549df5e-1a3c-4972-8aac-544b40ef76ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTI1MzksIm5iZiI6MTczOTI1MjIzOSwicGF0aCI6Ii80MzQ0NTEvMzIxNTg2NjcyLTQ1NDlkZjVlLTFhM2MtNDk3Mi04YWFjLTU0NGI0MGVmNzZiYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNTM3MTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZjIwMmQyZDExMTY2ZTA3OTNiODg2ZDE5YWQ4OTBlMTViMzQ2ZjdkMjhlZmNiNzhlOTg4MGVhNzEzNDFiNjA4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.WDcBV1sKVWb-ascQd7ygrQ50UoA6oPAKHmW_vTNr2oI)
Further resources:
figure in MDN