diff --git a/.vitepress/theme/components/Home.vue b/.vitepress/theme/components/Home.vue index f5fb2f6dc7..47b6235b29 100644 --- a/.vitepress/theme/components/Home.vue +++ b/.vitepress/theme/components/Home.vue @@ -85,24 +85,24 @@ onMounted(load)
-

Approachable

+

Versatile

- Builds on top of standard HTML, CSS and JavaScript with intuitive - API and world-class documentation. + A rich, incrementally adoptable ecosystem that scales between a + library and a full-featured framework.

-

Performant

+

User-friendly

- Truly reactive, compiler-optimized rendering system that rarely - requires manual optimization. + Builds on top of standard HTML, CSS and JavaScript with intuitive + API and world-class documentation.

-

Versatile

+

Efficient

- A rich, incrementally adoptable ecosystem that scales between a - library and a full-featured framework. + Truly reactive, compiler-optimized rendering system that rarely + requires manual optimization.

@@ -286,6 +286,10 @@ html:not(.dark) .accent, background-color: transparent; } +#highlights .vt-box h2::first-letter{ + color: var(--vt-c-green); +} + #spsrs { max-width: 900px; margin: 0px auto;