diff --git a/flow-state/filmstrip.html b/flow-state/filmstrip.html index 89c78ba..3f11ee3 100644 --- a/flow-state/filmstrip.html +++ b/flow-state/filmstrip.html @@ -45,6 +45,8 @@ .num { color: #9aa3b5; } .num b { color: #d6dae3; font-weight: normal; } .story { color: #a5b4fc; font-size: 11px; } + .watch { font-size: 11px; text-decoration: none; } + .watch:hover { text-decoration: underline; } .err { color: #f87171; } /* The strip scrolls sideways rather than wrapping: a filmstrip that wraps @@ -91,6 +93,8 @@