Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit ef9e58c

Browse files
Improve alt text for lch() examples
Updated image alt text for clarity in examples.
1 parent fc00f63 commit ef9e58c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/css/concepts/colors/terms/lch

content/css/concepts/colors/terms/lch/lch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ h1 {
4343
}
4444
```
4545

46-
![lch() Example 1](https://raw.githubusercontent.com/Codecademy/docs/main/media/css-colors-lch-example-1.jpg)
46+
![A large h1 heading displayed in a bright orange-yellow color with medium lightness against a white background.](https://raw.githubusercontent.com/Codecademy/docs/main/media/css-colors-lch-example-1.jpg)
4747

4848
## Example 2
4949

@@ -55,7 +55,7 @@ p {
5555
}
5656
```
5757

58-
![lch() Example 2](https://raw.githubusercontent.com/Codecademy/docs/main/media/css-colors-lch-example-2.jpg)
58+
![A paragraph of text shown in a soft, light purple color with moderate color intensity on a white background.](https://raw.githubusercontent.com/Codecademy/docs/main/media/css-colors-lch-example-2.jpg)
5959

6060
## Example 3
6161

@@ -67,4 +67,4 @@ div {
6767
}
6868
```
6969

70-
![lch() Example 3](https://raw.githubusercontent.com/Codecademy/docs/main/media/css-colors-lch-example-3.jpg)
70+
![A rectangular div with a semi-transparent green background, allowing the underlying white background to faintly show through.](https://raw.githubusercontent.com/Codecademy/docs/main/media/css-colors-lch-example-3.jpg)

0 commit comments

Comments
 (0)