Buttons

Primary uses #E10101; outline is secondary.

Contribute
<button class="bg-red-600 text-white px-6 py-2 rounded-md hover:bg-red-700">Primary Button</button>
<button class="border border-red-600 text-red-600 px-6 py-2 rounded-md hover:bg-red-600 hover:text-white">Outline Button</button>