We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bde5a commit 3abc316Copy full SHA for 3abc316
src/layouts/contact.vue
@@ -60,7 +60,7 @@
60
<input
61
type="submit"
62
value="Submit"
63
- class="block bg-blue hover:bg-blue-dark text-white text-sm font-semibold tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3"
+ class="block bg-blue-500 hover:bg-blue-700 text-white text-sm font-semibold tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3"
64
/>
65
</div>
66
0 commit comments