Fix kanban tasks with backgrounds
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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