forked from vikunja/vikunja
fix(teams): use the same color for border between teams in list
This commit is contained in:
parent
a4a0ea973a
commit
a34ca20c1a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user