From 46dbc19ed1405fd1d9ededcf927aaa65aaffb0e6 Mon Sep 17 00:00:00 2001 From: MANDLA HEMANTH <25eg107f44@anurag.edu.in> Date: Tue, 28 Oct 2025 19:14:46 +0530 Subject: [PATCH] Enhance README with detailed difficulty selection info Expanded explanation of difficulty selection features for better clarity and accessibility. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9a52479..f45c4dc6 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,15 @@ If you have any questions, feel free to open an issue or reach out via the [What ## ✨ Difficulty Selection -- The **selected difficulty** is highlighted in **yellow**. -- The other levels remain **grey** for clarity. +- The **selected difficulty** is highlighted in **yellow**. +- The other levels remain **grey** for clarity. +- The **highlighted difficulty** helps users easily identify their current selection. +- The **color contrast** (yellow vs. grey) ensures better **visual distinction** and **accessibility**. +- The **highlight updates dynamically** when a new difficulty level is chosen. +- The **design maintains consistency** across all devices and screen sizes. +- The **neutral grey tones** for unselected levels keep the interface clean and minimalistic. +- The **yellow highlight** serves as a visual cue to improve user focus and interaction feedback. +- ---