Skip to content

Commit a9eb74d

Browse files
authored
Update Home.vue
1 parent 5518537 commit a9eb74d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.vitepress/theme/components/Home.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ onMounted(load)
8585

8686
<section id="highlights" class="vt-box-container">
8787
<div class="vt-box">
88-
<h2><span style="color: var(--vt-c-green)">V</span>ersatile</h2>
88+
<h2>Versatile</h2>
8989
<p>
9090
A rich, incrementally adoptable ecosystem that scales between a
9191
library and a full-featured framework.
9292
</p>
9393
</div>
9494
<div class="vt-box">
95-
<h2><span style="color: var(--vt-c-green)">U</span>nderstandable </h2>
95+
<h2>User-friendly</h2>
9696
<p>
9797
Builds on top of standard HTML, CSS and JavaScript with intuitive
9898
API and world-class documentation.
9999
</p>
100100
</div>
101101
<div class="vt-box">
102-
<h2><span style="color: var(--vt-c-green)">E</span>fficient</h2>
102+
<h2>Efficient</h2>
103103
<p>
104104
Truly reactive, compiler-optimized rendering system that rarely
105105
requires manual optimization.
@@ -286,6 +286,11 @@ html:not(.dark) .accent,
286286
background-color: transparent;
287287
}
288288
289+
#highlights .vt-box h2::first-letter{
290+
color: var(--vt-c-green);
291+
}
292+
293+
289294
#sponsors {
290295
max-width: 900px;
291296
margin: 0px auto;

0 commit comments

Comments
 (0)