button works, change CSS slightly

This commit is contained in:
rouce 2023-09-09 02:13:22 -04:00
parent 92db4cddac
commit 1824ad5b2a

View file

@ -11,5 +11,5 @@ we want to help you and your organization switch to a no-bullshit model of inter
Take a look around, and learn about our 100% open-source solutions for websites and IT systems.
<a href="mailto:interfacing@myco.systems">
<button id="contact-button" class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700">Contact Us!</button>
<button id="contact-button" class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" style="width: 100%;font-weight: bold;font-size: large;" >Contact Us!</button>
</a>