Replaced the text gradient with a simple white color on the Dark theme.

Fixes tsquillario/Jamstash#217
This commit is contained in:
Hyzual 2015-07-14 15:28:36 +02:00
parent 0b39efd461
commit 9e0b28a463

View file

@ -259,9 +259,7 @@ ul.songlist li.album .albumart img
} }
ul.songlist .albumgrid .title ul.songlist .albumgrid .title
{ {
background: -webkit-linear-gradient(right, #2e2e2e 0%, #fff 40%); color: #f2f2f2;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
ul.songlist li.row { ul.songlist li.row {
border-bottom: 1px solid #232323; border-bottom: 1px solid #232323;