this post was submitted on 22 Jun 2025
10 points (100.0% liked)
CSS
594 readers
1 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
CSS by itself cannot determine the colors present in an image element, so you won't be able to write a style targeting all your images.
If you're willing to attach a class to all your bright images, you could use the filter property.
HTML
CSS
thanks