Fix kanban tasks with backgrounds
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-03 10:50:58 +02:00
parent 66b73f669b
commit 36a02a3f62
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@
border-radius: $radius;
margin-top: 1em;
}
.kanban .tasks {
background: transparent;
.task {
border-radius: $radius !important;
}
}
}
.navbar.has-background {