There was an error while loading. Please reload this page.
1 parent 6578c1c commit 1aeed52Copy full SHA for 1aeed52
src/templates/components/github_form.jinja.html
@@ -62,7 +62,7 @@
62
<div class="flex flex-wrap gap-2">
63
{% for example in examples %}
64
<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">
+ 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">
66
{{ example.name }}
67
</button>
68
{% endfor %}
0 commit comments