diff --git a/01.Cellular.html b/01.Cellular.html index 6cd693a..024a655 100644 --- a/01.Cellular.html +++ b/01.Cellular.html @@ -10,6 +10,14 @@ margin-left: 8px; margin-bottom: 50px; } + /* Blur transcript by default */ + .transcript { + filter: blur(2px); + } + /* Show transcript when holding the mouse over */ + .transcript:active { + filter: blur(0px); + } body { font-family: sans-serif; } @@ -18,15 +26,18 @@ +

Matrix 1 full transcript

+ @@ -35,22 +46,26 @@