From bdda84077abd3b1dea938003fc3036270141d4fe Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:21:35 +0100 Subject: [PATCH] Add correct and incorrect styles for options --- client/src/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index 7a9bc28..3b3fb80 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -443,6 +443,17 @@ h4 { border-radius: 10px; padding: 0.5rem 0.75rem; margin-bottom: 0.35rem; + border: 1px solid transparent; +} + +.option.correct { + background: #e6f7ed; + border-color: #b7e4c7; +} + +.option.incorrect { + background: #fde8e8; + border-color: #f5b7b1; } .matches {