Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/en-us/web/css/how_to/layout_cookbook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ The CSS layout cookbook aims to bring together recipes for common layout pattern
[pagination]: /en-US/docs/Web/CSS/How_to/Layout_cookbook/Pagination
[card]: /en-US/docs/Web/CSS/How_to/Layout_cookbook/Card
[grid-wrapper]: /en-US/docs/Web/CSS/How_to/Layout_cookbook/Grid_wrapper
[css-grid]: /en-US/docs/Web/CSS/CSS_grid_layout
[multicol]: /en-US/docs/Web/CSS/CSS_multicol_layout
[css-grid]: /en-US/docs/Web/CSS/Guides/Grid_layout
[multicol]: /en-US/docs/Web/CSS/Guides/Multicol_layout
[flexbox]: /en-US/docs/Web/CSS/CSS_flexible_box_layout
[box-alignment]: /en-US/docs/Web/CSS/CSS_box_alignment

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/html/reference/elements/picture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If the {{HTMLElement("source")}}'s media condition evaluates to `false`, the bro
</picture>
```

You can swap image assets for light and dark themes using the [`prefers-color-scheme`](/en-US/docs/Web/CSS/@media/prefers-color-scheme) media feature:
You can swap image assets for light and dark themes using the [`prefers-color-scheme`](/en-US/docs/Web/CSS/Reference/At-rules/@media/prefers-color-scheme) media feature:

```html
<picture>
Expand Down Expand Up @@ -221,4 +221,4 @@ The `type` attribute specifies a [MIME type](/en-US/docs/Web/HTTP/Guides/MIME_ty
- {{HTMLElement("source")}} element
- Positioning and sizing the picture within its frame: {{cssxref("object-position")}} and {{cssxref("object-fit")}}
- [Image file type and format guide](/en-US/docs/Web/Media/Guides/Formats/Image_types)
- [CSS `prefers-color-scheme` media feature](/en-US/docs/Web/CSS/@media/prefers-color-scheme)
- [CSS `prefers-color-scheme` media feature](/en-US/docs/Web/CSS/Reference/At-rules/@media/prefers-color-scheme)