Fix overexposed images #104766

Merged
Aaron Carlisle merged 3 commits from Raimund58/blender-manual:fix-overexposed-images into main 2024-04-12 18:11:51 +02:00
Contributor
No description provided.
Raimund Klink added 1 commit 2024-04-10 17:07:31 +02:00
Raimund Klink requested review from Aaron Carlisle 2024-04-10 17:10:09 +02:00
Raimund Klink added 1 commit 2024-04-11 14:26:09 +02:00
Member

Try this intead:

/* Mark external links. */
a.external:not(figure > a.external) {
	filter: brightness(150%);
}

Try this intead: ```css /* Mark external links. */ a.external:not(figure > a.external) { filter: brightness(150%); } ```
Author
Contributor

Try this intead:

/* Mark external links. */
a.external:not(figure > a.external) {
	filter: brightness(150%);
}

This works nicely.
I still wonder why the images are tagged as external in the first place.

> Try this intead: > > ```css > /* Mark external links. */ > a.external:not(figure > a.external) { > filter: brightness(150%); > } > > ``` This works nicely. I still wonder why the images are tagged as external in the first place.
Raimund Klink added 1 commit 2024-04-12 10:30:47 +02:00
Member

Seems to be a bug/limitation in sphinx.

Seems to be a bug/limitation in sphinx.
Aaron Carlisle merged commit 77a9e3dda8 into main 2024-04-12 18:11:51 +02:00
Raimund Klink deleted branch fix-overexposed-images 2024-04-12 22:15:53 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#104766
No description provided.