diff --git a/src/_includes/main/hero.njk b/src/_includes/main/hero.njk index 106d13dc..b30a1242 100644 --- a/src/_includes/main/hero.njk +++ b/src/_includes/main/hero.njk @@ -4,7 +4,11 @@ Banner of Leilukin's Hub {% endblock %} -{%- css %}.hero img { filter: drop-shadow(0.1rem 0.1rem 0.2rem black); }{% endcss %} +{% set heroDropShadow %} +drop-shadow(0.1rem 0.1rem 0.2rem black) +drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8)) +{% endset%} +{%- css %}.hero img { filter: {{ heroDropShadow }}; }{% endcss %} {% block eventScript %} const todayEvent = getTodayEvent();