Fix text readability with high contrast backgrounds
parent
3c9e99cfa3
commit
14817c2c7f
|
@ -125,6 +125,8 @@
|
|||
|
||||
.questionset-results {
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
|
||||
}
|
||||
|
||||
.questionset-results .greeting {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"contentType": "question",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0,
|
||||
"patchVersion": 14,
|
||||
"patchVersion": 15,
|
||||
"runnable": 1,
|
||||
"machineName": "H5P.QuestionSet",
|
||||
"author": "Amendor AS",
|
||||
|
|
Loading…
Reference in New Issue