Skip to content

Commit ab6c212

Browse files
committed
Exercise: Increase blurriness of text in reading comprehension questions (better resolutions make it possible to read)
1 parent 218dd34 commit ab6c212

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

main/template/default/exercise/reading_comprehension.tpl

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
}
4242
.question-reading-comprehension-text .text-highlight {
4343
color: transparent;
44-
-webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
45-
-khtml-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
46-
-moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
47-
-ms-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
48-
text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
49-
-webkit-transition: color .8s linear, text-shadow .8s linear;
50-
-khtml-transition: color .8s linear, text-shadow .8s linear;
51-
-moz-transition: color .8s linear, text-shadow .8s linear;
52-
-ms-transition: color .8s linear, text-shadow .8s linear;
53-
transition: color .8s linear, text-shadow .8s linear;
44+
-webkit-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
45+
-khtml-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
46+
-moz-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
47+
-ms-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
48+
text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
49+
-webkit-transition: color .12s linear, text-shadow .12s linear;
50+
-khtml-transition: color .12s linear, text-shadow .12s linear;
51+
-moz-transition: color .12s linear, text-shadow .12s linear;
52+
-ms-transition: color .12s linear, text-shadow .12s linear;
53+
transition: color .12s linear, text-shadow .12s linear;
5454
}
5555
.question-reading-comprehension-text .text-highlight.active {
5656
color: #000;
@@ -59,11 +59,11 @@
5959
-moz-text-shadow: none;
6060
-ms-text-shadow: none;
6161
text-shadow: none;
62-
-webkit-transition: color .8s linear, text-shadow .8s linear;
63-
-khtml-transition: color .8s linear, text-shadow .8s linear;
64-
-moz-transition: color .8s linear, text-shadow .8s linear;
65-
-ms-transition: color .8s linear, text-shadow .8s linear;
66-
transition: color .8s linear, text-shadow .8s linear;
62+
-webkit-transition: color .12s linear, text-shadow .12s linear;
63+
-khtml-transition: color .12s linear, text-shadow .12s linear;
64+
-moz-transition: color .12s linear, text-shadow .12s linear;
65+
-ms-transition: color .12s linear, text-shadow .12s linear;
66+
transition: color .12s linear, text-shadow .12s linear;
6767
}
6868
.question-reading-comprehension-text .text-highlight.border {
6969
color: #bbb;
@@ -72,11 +72,11 @@
7272
-moz-text-shadow: none;
7373
-ms-text-shadow: none;
7474
text-shadow: none;
75-
-webkit-transition: color .8s linear, text-shadow .8s linear;
76-
-khtml-transition: color .8s linear, text-shadow .8s linear;
77-
-moz-transition: color .8s linear, text-shadow .8s linear;
78-
-ms-transition: color .8s linear, text-shadow .8s linear;
79-
transition: color .8s linear, text-shadow .8s linear;
75+
-webkit-transition: color .12s linear, text-shadow .12s linear;
76+
-khtml-transition: color .12s linear, text-shadow .12s linear;
77+
-moz-transition: color .12s linear, text-shadow .12s linear;
78+
-ms-transition: color .12s linear, text-shadow .12s linear;
79+
transition: color .12s linear, text-shadow .12s linear;
8080
}
8181
.question-reading-comprehension-text br {
8282
margin-bottom: 1em;

0 commit comments

Comments
 (0)