fix marking seasons unplayed

This commit is contained in:
Luke Pulverenti 2015-10-02 16:28:44 -04:00
parent 8dcb1d85cb
commit a651d5208d
4 changed files with 7 additions and 3 deletions

View file

@ -33,7 +33,8 @@ body {
}
.background-theme-b {
background-color: #161616;
background: radial-gradient(circle, #303030, #101010) !important;
background-attachment: fixed;
}
.backdropContainer .pageBackground {