diff --git a/snippets/custom-styles.liquid b/snippets/custom-styles.liquid index ee10924..84d3ee7 100644 --- a/snippets/custom-styles.liquid +++ b/snippets/custom-styles.liquid @@ -19,6 +19,10 @@ /* Add your theme customizations below */ -.trial { - border: 2px solid red; +.image--root img { + box-shadow: 0.5rem 0.5rem #FFEAC6; +} + +.image--root img:hover { + box-shadow: 0.5rem 0.5rem #FAAE42; } \ No newline at end of file