Replaced the text gradient with a simple white color on the Dark theme.
Fixes tsquillario/Jamstash#217
This commit is contained in:
parent
0b39efd461
commit
9e0b28a463
1 changed files with 31 additions and 33 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue