diff --git a/src/app.css b/src/app.css index c5f29de..3f50d36 100644 --- a/src/app.css +++ b/src/app.css @@ -35,4 +35,23 @@ .card:hover { background-color: rgba(0, 0, 0, 0.1); } + + .choiceCard { + border: 1px solid black; + border-radius: 5px; + display: flex; + align-items: center; + justify-content: center; + height: fit-content; + padding: 32px; + /* font-size: larger; + font-weight: bold; + cursor: pointer; */ + } + + .choice-answer { + background-color: rgb(87, 255, 87); + box-shadow: 0 0 20px 5px rgb(87, 255, 87); + border: 1px solid rgb(50, 141, 50); + } } diff --git a/src/lib/AudioMultipleChoiceQuestionComponent.svelte b/src/lib/AudioMultipleChoiceQuestionComponent.svelte index bf51c1b..cb63f32 100644 --- a/src/lib/AudioMultipleChoiceQuestionComponent.svelte +++ b/src/lib/AudioMultipleChoiceQuestionComponent.svelte @@ -48,31 +48,10 @@ {#if showQuestion}