Skip to content

Commit

Permalink
tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelandrew committed Nov 25, 2020
1 parent 6ab440d commit 015c44c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion time/current.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</video>
</section>

<textarea class="playable playable-css" style="height: 200px;">
<textarea class="playable playable-css" style="height: 100px;">
:current(p, span) {
background-color: yellow;
}
Expand Down
2 changes: 1 addition & 1 deletion time/future.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</video>
</section>

<textarea class="playable playable-css" style="height: 200px;">
<textarea class="playable playable-css" style="height: 100px;">
:future(p, span) {
background-color: green;
}
Expand Down
2 changes: 1 addition & 1 deletion time/past.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</video>
</section>

<textarea class="playable playable-css" style="height: 200px;">
<textarea class="playable playable-css" style="height: 100px;">
:past(p, span) {
background-color: red;
}
Expand Down

0 comments on commit 015c44c

Please sign in to comment.