Skip to content

Commit 1aeed52

Browse files
committed
Update example buttons color
1 parent 6578c1c commit 1aeed52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/components/github_form.jinja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="flex flex-wrap gap-2">
6363
{% for example in examples %}
6464
<button onclick="submitExample('{{ example.url }}')"
65-
class="px-4 py-2 bg-[#FFFDF8] hover:bg-gray-100 text-gray-900 rounded transition-colors duration-200 border-[3px] border-gray-900 relative hover:-translate-y-px hover:-translate-x-px">
65+
class="px-4 py-2 bg-[#F5F5F5] hover:bg-gray-100 text-gray-900 rounded transition-colors duration-200 border-[3px] border-gray-900 relative hover:-translate-y-px hover:-translate-x-px">
6666
{{ example.name }}
6767
</button>
6868
{% endfor %}

0 commit comments

Comments
 (0)