diff --git a/static/style.css b/static/style.css index b75dd6f..6f5467d 100644 --- a/static/style.css +++ b/static/style.css @@ -141,6 +141,15 @@ a.video { min-width: 250px; } +a.playlist { + font-weight: 600; + color: #fff; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + min-width: 250px; +} + a.artist { color: #aaa; text-decoration: none;