Skip to content

Commit

Permalink
Dark-theme fix for rec games
Browse files Browse the repository at this point in the history
Will patch new release with this
  • Loading branch information
anthony1x6000 committed May 9, 2024
1 parent 23c97d1 commit f2a8815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylustheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3696,8 +3696,8 @@
.hover-game-tile.event-tile.focused, .hover-game-tile.grid-tile.focused{
padding: 0;
}
.light-theme .hover-game-tile.focused {
background: none;
.hover-game-tile.focused {
background: none !important;
}

.game-grid.home-game-grid {
Expand Down
1 change: 1 addition & 0 deletions unreleasedChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Standard releases can be found at [ROBLOX2016stylus/releases](https://github.com
- [Profile] Fix positioning of gamecard player count.
- [Games] Featured game card playing count fix.
- [Home] Increase margin under the parent wide game tiles container.
- [Home] Remove box-shadow on recommended games on dark-theme.

### Find a bug?

Expand Down

0 comments on commit f2a8815

Please sign in to comment.