Skip to content

Commit

Permalink
Other tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
milogert committed Dec 21, 2023
1 parent 661c815 commit 4cb2870
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions steam-deck/home-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
.gamepadhomefriends_GoToFriends_MVc_6,
.gamepadhomefriends_InGameGame_KLo2n {
background: var(--srcery-xgray3);
color: var(--srcery-bright-white);
}

.gamepadhomefriends_FavoriteFriend_3SLpz:focus,
Expand All @@ -132,6 +133,11 @@
background: var(--srcery-xgray6);
}

.appdetailsfriendssection_FriendsPlayingNowBadge_38sNQ.appdetailsfriendssection_InFriendsTab_15Vpl.appdetailsfriendssection_TabSelected_mHKj- {
background-color: var(--srcery-green);
color: var(--srcery-bright-white);
}

/** Recommended */
.BasicUI .discoveryqueuewidget_DiscoveryQueueWidgetCtn_1iOb7 .discoveryqueuewidget_WidgetHeaderCtn_3u5R_ {
background: linear-gradient(90deg, var(--srcery-blue) 0%, var(--srcery-bright-blue) 75%, transparent 100%);
Expand Down
6 changes: 6 additions & 0 deletions steam-deck/system.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@
.audio_VolumePopin_2iUUM .gamepadslider_SliderTrackDark_3UIUD::before {
background: var(--srcery-blue);
}

/* Focus Ring */

.focusring_FocusRingRoot_3PH_X .focusring_FocusRing_1IZrQ {
outline: 2px solid var(--srcery-bright-black);
}

0 comments on commit 4cb2870

Please sign in to comment.