Skip to content

Commit c0059d4

Browse files
committed
docs
1 parent e2599da commit c0059d4

File tree

1 file changed

+1
-6
lines changed
  • packages/docs/src/routes/(routes)/blog/(posts)/daisyui-2023-wrapped

1 file changed

+1
-6
lines changed

packages/docs/src/routes/(routes)/blog/(posts)/daisyui-2023-wrapped/+page.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,10 @@ In 2023, we added 7 new components, 3 new themes and more than 100 utility class
5656

5757
## Accessibility
5858

59-
All color pairs used on daisyUI built-in themes now tested for contrast ratio and [they all pass the WCAG test](https://github.com/saadeghi/daisyui/actions/runs/7216144450/job/19661791138#step:6:20). This test runs automatically everytime there's a change in themes or theme functions to make sure we provide accessible color combinations by default.
59+
All color pairs used on daisyUI built-in themes now tested for contrast ratio and they all pass the WCAG test. This test runs automatically everytime there's a change in themes or theme functions to make sure we provide accessible color combinations by default.
6060

6161
<figure>
6262
<img src="https://img.daisyui.com/images/blog/daisyui-colors-are-accessible.webp" alt="daisyUI colors are accessible" class="rounded-box">
63-
<figcaption class="text-center">
64-
65-
[See the test results](https://github.com/saadeghi/daisyui/actions/runs/7216144450/job/19661791138#step:6:20)
66-
67-
</figcaption>
6863
</figure>
6964

7065
In 2023 all daisyUI theme colors were adjusted to improve contrast ratio while providing a better visual experience. As long as you use the correct color pairs to build your UI (for example using `bg-primary` and `text-primary-content` together), you can be sure that your UI is accessible by default, on all themes.

0 commit comments

Comments
 (0)