fix(teams): use the same color for border between teams in list
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2024-03-02 15:31:54 +01:00
parent a4a0ea973a
commit a34ca20c1a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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);