We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a9a93 commit 6b98655Copy full SHA for 6b98655
apps/frontend/src/pages/index.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div>
3
<div class="landing-hero">
4
- <ModrinthIcon class="modrinth-icon" />
+ <ModrinthIcon class="modrinth-icon text-brand" />
5
<h1 class="main-header">
6
The place for Minecraft
7
<div class="animate-strong">
@@ -228,7 +228,11 @@
228
>
229
<PrismLauncherLogo aria-hidden="true" />
230
</a>
231
- <nuxt-link to="/app" class="graphic gradient-border" aria-label="Modrinth App">
+ <nuxt-link
232
+ to="/app"
233
+ class="graphic gradient-border text-brand"
234
+ aria-label="Modrinth App"
235
+ >
236
<ModrinthIcon aria-hidden="true" />
237
</nuxt-link>
238
<a
0 commit comments