Skip to content

Commit

Permalink
a11y fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed May 16, 2024
1 parent 8d7b45d commit 16a8605
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const menuItems: MenuItem[] = [

<p-button
type="button"
class="mr-3 p-button-raised"
class="mr-3 px-6 p-button-raised md:text-lg"
v-on:click="onGetStarted"
>Install Now
</p-button>
Expand Down Expand Up @@ -330,7 +330,7 @@ const menuItems: MenuItem[] = [
Get help with your setup, share your ideas, and meet other fans of RomM
</div>
<p-button
class="font-bold px-5 py-3 p-button-raised p-button-rounded white-space-nowrap"
class="font-semibold px-5 py-3 p-button-raised p-button-rounded white-space-nowrap"
v-on:click="onJoinDiscord"
>
<font-awesome-icon :icon="faDiscord" class="mr-2" />
Expand Down Expand Up @@ -400,7 +400,7 @@ const menuItems: MenuItem[] = [
href="https://github.com/rommapp/marketing-site"
target="_blank"
class="text-900 hover:text-purple-500 text-end"
label="github repository"
title="github repository"
>
<font-awesome-icon :icon="faGithub" class="text-2xl h-4" />
</a>
Expand All @@ -412,6 +412,12 @@ const menuItems: MenuItem[] = [
.p-menubar.p-menubar-mobile .p-menubar-root-list {
background-color: theme("colors.slate.950");
}
.p-button {
background-color: theme("colors.purple.500");
border-color: theme("colors.purple.500");
color: theme("colors.white");
}
</style>

<style scoped>
Expand Down

0 comments on commit 16a8605

Please sign in to comment.