Episode title cell styling

pull/3113/head
Mark McDowall 10 years ago
parent 61194bc925
commit e5ea50e1dc

@ -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;
}

Loading…
Cancel
Save