Skip to content

Commit e2bf18c

Browse files
committed
docs: make the title color consistent
1 parent f3668a2 commit e2bf18c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ onMounted(() => {
9898
<div class="font-extrabold">
9999
<span class="text-6xl text-neon">Looking for a modern cropper?</span>
100100
<div class="text-6xl text-primary flex gap-2">
101-
<Logo class="w-15 h-15" />Vue Modern Cropper
101+
<Logo class="w-15 h-15" />
102+
<span class="text-#327959">Vue</span>Modern Cropper
102103
</div>
103104
</div>
104105
<div class="text-2xl font-semibold text-slate-700 py-4 dark:text-slate-200">

0 commit comments

Comments
 (0)