From e5ea50e1dc237be4d3d85c936916409a0d0caf1b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 27 May 2014 00:21:32 -0700 Subject: [PATCH] Episode title cell styling --- src/UI/Cells/cells.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/UI/Cells/cells.less b/src/UI/Cells/cells.less index f5cf8301a..f9eefd46a 100644 --- a/src/UI/Cells/cells.less +++ b/src/UI/Cells/cells.less @@ -21,6 +21,14 @@ .episode-title-cell { .text-overflow(); + color: #428bca; + text-decoration: none; + + &.focus, &.hover { + color: #2a6496; + text-decoration: underline; + } + @media @lg { max-width: 350px; }