diff --git a/src/routes/Navbar/SelectSeason.tsx b/src/routes/Navbar/SelectSeason.tsx index 4212ab7b..b1abc619 100644 --- a/src/routes/Navbar/SelectSeason.tsx +++ b/src/routes/Navbar/SelectSeason.tsx @@ -17,7 +17,7 @@ import currentSeasonByTournament from '../currentSeasonByTournament' import seasonAsString from './seasonAsString' const minSeasons = { - cl: 2000, + cl: 2002, el: 2009, ecl: 2021, wc: 2018, diff --git a/src/ui/bowls/TeamBowl/Ball.ts b/src/ui/bowls/TeamBowl/Ball.ts index e6c96b35..c52da61d 100644 --- a/src/ui/bowls/TeamBowl/Ball.ts +++ b/src/ui/bowls/TeamBowl/Ball.ts @@ -16,6 +16,8 @@ const TeamBall = styled(BowlBall)` cursor: ${props => props.noHover ? 'not-allowed' : 'pointer'}; + color: #015cc8; + &:hover { ${props => !props.noHover && css` background: radial-gradient(#ccf, #ccf);