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

@@ -1,8 +1,8 @@
<!-- _includes/image.html -->
{% if include.fullwidth %}
<figure class="fullwidth">
<figure class="border-accent fullwidth">
{% else %}
<figure>
<figure class="border-accent">
{% endif %}
{% if include.url %}
<a href="{{ include.url }}">