File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -85,21 +85,21 @@ onMounted(load)
85
85
86
86
<section id =" highlights" class =" vt-box-container" >
87
87
<div class =" vt-box" >
88
- <h2 >< span style = " color : var ( --vt-c-green ) " >V</ span >ersatile </h2 >
88
+ <h2 >Versatile </h2 >
89
89
<p >
90
90
A rich, incrementally adoptable ecosystem that scales between a
91
91
library and a full-featured framework.
92
92
</p >
93
93
</div >
94
94
<div class =" vt-box" >
95
- <h2 >< span style = " color : var ( --vt-c-green ) " >U</ span >nderstandable </h2 >
95
+ <h2 >User-friendly </h2 >
96
96
<p >
97
97
Builds on top of standard HTML, CSS and JavaScript with intuitive
98
98
API and world-class documentation.
99
99
</p >
100
100
</div >
101
101
<div class =" vt-box" >
102
- <h2 >< span style = " color : var ( --vt-c-green ) " >E</ span >fficient </h2 >
102
+ <h2 >Efficient </h2 >
103
103
<p >
104
104
Truly reactive, compiler-optimized rendering system that rarely
105
105
requires manual optimization.
@@ -286,6 +286,11 @@ html:not(.dark) .accent,
286
286
background-color : transparent ;
287
287
}
288
288
289
+ #highlights .vt-box h2 ::first-letter {
290
+ color : var (--vt-c-green );
291
+ }
292
+
293
+
289
294
#sponsors {
290
295
max-width : 900px ;
291
296
margin : 0px auto ;
You can’t perform that action at this time.
0 commit comments