Skip to content

Commit 0632dfd

Browse files
style(docs): contrast ratio fix for light mode about page
1 parent fd9ec4e commit 0632dfd

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

apps/website/src/routes/(main)/about/[email protected]

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default component$(() => {
99
<p class="text-lg mb-16">
1010
Qwik UI is the first ever component library for the revolutionary Qwik web
1111
framework. Developed by leading members of the Qwik community,{' '}
12-
<mark class="text-purple-300 bg-transparent">
12+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
1313
including members from the Qwik team
1414
</mark>
1515
, Qwik UI offers an open-source solution for building instant loading and
@@ -20,7 +20,9 @@ export default component$(() => {
2020
<p class="text-lg mb-16">
2121
Qwik UI is built for developers who want to harness the power of Qwik's
2222
innovative{' '}
23-
<mark class="text-purple-300 bg-transparent">JavaScript Streaming</mark>{' '}
23+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
24+
JavaScript Streaming
25+
</mark>{' '}
2426
technology to create highly performant web applications with minimal effort.
2527
Whether you're working on an e-commerce platform, a dashboard or any scale
2628
application, Qwik UI provides the components and tools you need to deliver a
@@ -34,11 +36,11 @@ export default component$(() => {
3436
Qwik's instant loading capabilities offer a significant advantage for e-commerce
3537
and other search engine-facing applications. By ensuring the highest Core Web
3638
Vitals scores, Qwik UI not only{' '}
37-
<mark class="text-purple-300 bg-transparent">
39+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
3840
delivers an amazing user experience
3941
</mark>{' '}
4042
but also helps{' '}
41-
<mark class="text-purple-300 bg-transparent">
43+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
4244
improve your site's search engine rankings
4345
</mark>
4446
. Stand out from the competition with a web application that loads instantly,
@@ -49,7 +51,7 @@ export default component$(() => {
4951
<p class="text-lg mb-16">
5052
In addition to performance and SEO advantages, Qwik UI components are designed
5153
with accessibility in mind.{' '}
52-
<mark class="text-purple-300 bg-transparent">
54+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
5355
We believe in creating inclusive web experiences
5456
</mark>{' '}
5557
that cater to users of all abilities, and our components are built to adhere to
@@ -59,9 +61,11 @@ export default component$(() => {
5961
<p class="text-lg mb-16">
6062
Qwik UI is an open-source project, which means that it's freely available for
6163
developers to use and contribute to. By fostering a{' '}
62-
<mark class="text-purple-300 bg-transparent">community-driven approach</mark>,
63-
we aim to continuously improve and expand the capabilities of Qwik UI, making it
64-
the go-to component library for developers working the Qwik framework.
64+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
65+
community-driven approach
66+
</mark>
67+
, we aim to continuously improve and expand the capabilities of Qwik UI, making
68+
it the go-to component library for developers working the Qwik framework.
6569
</p>
6670
<p class="text-lg mb-16">
6771
Join us in our mission to revolutionize web development and create instant

0 commit comments

Comments
 (0)