Skip to content

Commit 5518537

Browse files
authored
.
1 parent 48e2de2 commit 5518537

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.vitepress/theme/components/Home.vue

+9-9
Original file line numberDiff line numberDiff line change
@@ -85,24 +85,24 @@ onMounted(load)
8585

8686
<section id="highlights" class="vt-box-container">
8787
<div class="vt-box">
88-
<h2>Approachable</h2>
88+
<h2><span style="color: var(--vt-c-green)">V</span>ersatile</h2>
8989
<p>
90-
Builds on top of standard HTML, CSS and JavaScript with intuitive
91-
API and world-class documentation.
90+
A rich, incrementally adoptable ecosystem that scales between a
91+
library and a full-featured framework.
9292
</p>
9393
</div>
9494
<div class="vt-box">
95-
<h2>Performant</h2>
95+
<h2><span style="color: var(--vt-c-green)">U</span>nderstandable </h2>
9696
<p>
97-
Truly reactive, compiler-optimized rendering system that rarely
98-
requires manual optimization.
97+
Builds on top of standard HTML, CSS and JavaScript with intuitive
98+
API and world-class documentation.
9999
</p>
100100
</div>
101101
<div class="vt-box">
102-
<h2>Versatile</h2>
102+
<h2><span style="color: var(--vt-c-green)">E</span>fficient</h2>
103103
<p>
104-
A rich, incrementally adoptable ecosystem that scales between a
105-
library and a full-featured framework.
104+
Truly reactive, compiler-optimized rendering system that rarely
105+
requires manual optimization.
106106
</p>
107107
</div>
108108
</section>

0 commit comments

Comments
 (0)