/** * @name RecolorAddFriendsTab * @author krystalskullofficial * @description Recolors the Add Friends Tab on discord *(because being able to add people isnt that important)* * @version 3.0.0 * @authorId 929208515883569182 * @website https://krstlskll69.github.io/ * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#8th-add-friends-tab-recolour--recolours-the-add-friend-tab-so-it-matchs-with-the-tabs */ [data-tab-id=ADD_FRIEND] { background-color: var(--background-color) !important; color: var(--interactive-normal) !important; &:hover { background-color: var(--button-secondary-background-hover) !important; color: var(--interactive-hover) !important; } } [data-tab-id=ADD_FRIEND][aria-selected=true] { background-color: var(--button-secondary-background) !important; color: var(--interactive-active) !important; &:hover { background-color: var(--button-secondary-background-hover) !important; color: var(--interactive-active) !important; } }