Update color theme to white and blue

- Border accent shadow effect that makes assets float of page
- Apply border accent to image captions
This commit is contained in:
2024-02-18 13:12:41 +01:00
parent fee7ae097b
commit b5513a8111
6 changed files with 39 additions and 13 deletions

View File

@@ -79,12 +79,16 @@ img {
/**
* Figures
*/
figure > img {
display: block;
figure {
> img {
display: block;
}
}
figcaption {
font-size: $small-font-size;
font-size: 0.75rem;
font-style: italic;
padding: 0.5rem 1rem;
}
/**