diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index 498bef9d1..a042958b5 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -43,6 +43,14 @@ border-radius: $radius; margin-top: 1em; } + + .kanban .tasks { + background: transparent; + + .task { + border-radius: $radius !important; + } + } } .navbar.has-background {