Skip to content

Commit

Permalink
Merge branch 'pr/Foldex/103'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Feb 4, 2023
2 parents b6611c9 + 1cbf75e commit 7e1a257
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extras/web/full/2_global.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
/* -------------- */
/* Store/Community Background */
div#responsive_page_template_content,
body.v6
body.v6,
body.v6 #footer
{
background: var(--view_bg) !important;
}
Expand Down Expand Up @@ -38,3 +39,8 @@ div#responsive_page_template_content .game_background_glow {
background: var(--bg) !important;
}

/* Wishlist Entries */
body.wishlist .wishlist_row
{
background: var(--card_bg) !important;
}

0 comments on commit 7e1a257

Please sign in to comment.