summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/index.html')
-rw-r--r--themes/danix-xyz-hacker/layouts/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/danix-xyz-hacker/layouts/index.html b/themes/danix-xyz-hacker/layouts/index.html
index d1efc53..7247c3f 100644
--- a/themes/danix-xyz-hacker/layouts/index.html
+++ b/themes/danix-xyz-hacker/layouts/index.html
@@ -33,18 +33,18 @@
{{ $contactUrl = "/it/is/here/" }}
{{ end }}
- <!-- Articles Button -->
+ <!-- Articles Button (Primary) -->
<a
href="{{ $articlesUrl }}"
- class="px-8 py-3 bg-accent text-white rounded font-semibold hover:opacity-90 transition-opacity text-center"
+ class="btn btn-primary btn-lg"
>
{{ i18n "articles" }}
</a>
- <!-- Contact Button -->
+ <!-- Contact Button (Outline) -->
<a
href="{{ $contactUrl }}"
- class="px-8 py-3 border-2 border-accent text-accent rounded font-semibold hover:bg-accent/10 transition-colors text-center"
+ class="btn btn-outline btn-lg"
>
{{ i18n "contact" }}
</a>