We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ec5df commit 72f56d3Copy full SHA for 72f56d3
src/_includes/components/flat-card.njk
@@ -1,8 +1,8 @@
1
{% macro flatCard(bg="lime") %}
2
{% if bg == "purple" %}
3
- {% set bg_class = "bg-pycon-purple hover:bg-pycon-lime" %}
+ {% set bg_class = "bg-pycon-purple" %}
4
{% else %}
5
- {% set bg_class = "bg-pycon-lime hover:bg-pycon-purple" %}
+ {% set bg_class = "bg-pycon-lime" %}
6
{% endif %}
7
8
<div class="relative group w-full max-w-full border border-black {{ bg_class }} p-4">
0 commit comments