Skip to content

Commit

Permalink
docs: make the title color consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT committed Apr 6, 2024
1 parent f3668a2 commit e2bf18c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ onMounted(() => {
<div class="font-extrabold">
<span class="text-6xl text-neon">Looking for a modern cropper?</span>
<div class="text-6xl text-primary flex gap-2">
<Logo class="w-15 h-15" />Vue Modern Cropper
<Logo class="w-15 h-15" />
<span class="text-#327959">Vue</span>Modern Cropper
</div>
</div>
<div class="text-2xl font-semibold text-slate-700 py-4 dark:text-slate-200">
Expand Down

0 comments on commit e2bf18c

Please sign in to comment.