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 {