Skip to content

Commit b312b6a

Browse files
committed
chor: increase the blur so we cant see the words
1 parent 05ba363 commit b312b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/quiz_question_types/ListKeywordsQuestion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const isRevealed = (keyword: string) => {
246246
}
247247
248248
.blurred {
249-
filter: blur(4px);
249+
filter: blur(10px);
250250
user-select: none;
251251
}
252252

0 commit comments

Comments
 (0)