Skip to content

IS-10358 Update README hero image to support dark mode#90

Open
urre wants to merge 1 commit intodevfrom
feat/dev/IS-10358-update-readme-and-image
Open

IS-10358 Update README hero image to support dark mode#90
urre wants to merge 1 commit intodevfrom
feat/dev/IS-10358-update-readme-and-image

Conversation

@urre
Copy link
Collaborator

@urre urre commented Mar 19, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 19, 2026 08:05
alt="Curity UI Kit"
width="800"
/>
<picture>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub supports the picture element to support light and dark images in readme 😍


- Curity Identity Server Templates: [http://localhost:3000](http://localhost:3000)
- Self Service Portal: [http://localhost:5173/previewer](http://localhost:5173/previewer)
- Curity CSS Docs: [http://localhost:4321/](http://localhost:4321/)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt this is not needed to have as a project in the list

@urre urre requested a review from vahag-curity March 19, 2026 08:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README’s hero image markup to support automatic dark-mode rendering by introducing a dark-variant asset and using HTML <picture> selection.

Changes:

  • Add a new dark-mode hero image asset (ui-kit-start-dark.svg).
  • Update README.md to render the hero image via <picture> + prefers-color-scheme.
  • Remove the Curity CSS Docs URL from the “access the projects at” list.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/common/assets/images/ui-kit-start-dark.svg Adds a dark-mode SVG variant for the README hero image.
src/common/assets/images/ui-kit-start.jpg Legacy hero image asset appears to be removed/replaced as part of the switch away from JPG.
README.md Switches hero image to <picture> for dark mode; also removes the CSS docs localhost link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants