fix team list border color
All checks were successful
the build was successful

This commit is contained in:
kolaente 2018-12-23 19:13:51 +01:00
parent 549fc8fb33
commit 996e9d7c63
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -6,7 +6,7 @@ ul.teams{
li{
list-style: none;
margin: 0;
border-bottom: 1px solid darken(#fff, 25%);
border-bottom: 1px solid $border;
a{
color: #363636;