diff --git a/frontend/src/views/teams/ListTeams.vue b/frontend/src/views/teams/ListTeams.vue index 54a439fe8..1d0d3222a 100644 --- a/frontend/src/views/teams/ListTeams.vue +++ b/frontend/src/views/teams/ListTeams.vue @@ -65,7 +65,7 @@ ul.teams { li { list-style: none; margin: 0; - border-bottom: 1px solid $border; + border-bottom: 1px solid var(--grey-200); a { color: var(--text);