From 2cc59ee9b8088400df774dee48d78b735745943f Mon Sep 17 00:00:00 2001 From: Gulam Mohiuddeen <90964388+gulam159@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:17:04 +0530 Subject: [PATCH] Enhance logo visibility by supporting light and dark modes in README.md This PR updates the README file to ensure the project logo is visible in both light and dark mode themes on platforms like GitHub. Changes Made: Added a element to conditionally display the logo based on the user's prefers-color-scheme setting. Light mode: Displays the dark logo version (default). Dark mode: Displays the light logo version (optimized for dark backgrounds). Why this change? Previously, the logo was not visible when viewed in dark mode, potentially affecting readability and branding consistency. This update ensures a seamless viewing experience for all users, regardless of their preferred theme. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be3cba18..82687dad6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -![Conductor OSS Logo](https://assets.conductor-oss.org/logo.png "Conductor OSS") + + + + + + Logo + +

Scalable Workflow Orchestration