mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 17:50:39 +00:00
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:
@@ -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 }}">
|
||||
|
||||
Reference in New Issue
Block a user